diff options
Diffstat (limited to 'src/lib/libcrypto/crypto.h')
-rw-r--r-- | src/lib/libcrypto/crypto.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/libcrypto/crypto.h b/src/lib/libcrypto/crypto.h index 11c34d8bbe..00d3cc2aae 100644 --- a/src/lib/libcrypto/crypto.h +++ b/src/lib/libcrypto/crypto.h | |||
@@ -533,12 +533,6 @@ int OPENSSL_isservice(void); | |||
533 | 533 | ||
534 | void OPENSSL_init(void); | 534 | void OPENSSL_init(void); |
535 | 535 | ||
536 | #define fips_md_init(alg) fips_md_init_ctx(alg, alg) | ||
537 | |||
538 | #define fips_md_init_ctx(alg, cx) \ | ||
539 | int alg##_Init(cx##_CTX *c) | ||
540 | #define fips_cipher_abort(alg) while(0) | ||
541 | |||
542 | /* CRYPTO_memcmp returns zero iff the |len| bytes at |a| and |b| are equal. It | 536 | /* CRYPTO_memcmp returns zero iff the |len| bytes at |a| and |b| are equal. It |
543 | * takes an amount of time dependent on |len|, but independent of the contents | 537 | * takes an amount of time dependent on |len|, but independent of the contents |
544 | * of |a| and |b|. Unlike memcmp, it cannot be used to put elements into a | 538 | * of |a| and |b|. Unlike memcmp, it cannot be used to put elements into a |