diff options
author | Pauli <pauli@openssl.org> | 2021-06-18 09:50:54 +0200 |
---|---|---|
committer | Pauli <pauli@openssl.org> | 2021-06-19 07:54:06 +0200 |
commit | d05bfc12541c95fb41a560cb813255c6aafdb2d7 (patch) | |
tree | 5c08d739443e422f8be607637868b1035de19bdd /crypto/property | |
parent | test: replace tabs with spaces in test recipes (diff) | |
download | openssl-d05bfc12541c95fb41a560cb813255c6aafdb2d7.tar.xz openssl-d05bfc12541c95fb41a560cb813255c6aafdb2d7.zip |
crypto: repalce tabs with spaces
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15824)
Diffstat (limited to 'crypto/property')
-rw-r--r-- | crypto/property/property.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/property/property.c b/crypto/property/property.c index 535120b581..c3f1c5ac58 100644 --- a/crypto/property/property.c +++ b/crypto/property/property.c @@ -412,7 +412,7 @@ int ossl_method_store_fetch(OSSL_METHOD_STORE *store, int nid, #ifndef FIPS_MODULE if (!OPENSSL_init_crypto(OPENSSL_INIT_LOAD_CONFIG, NULL)) - return 0; + return 0; #endif if (nid <= 0 || method == NULL || store == NULL) |