diff options
Diffstat (limited to 'src/lib/libcrypto/evp/evp.h')
-rw-r--r-- | src/lib/libcrypto/evp/evp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/evp/evp.h b/src/lib/libcrypto/evp/evp.h index c6ec0e35d8..b607be7ae5 100644 --- a/src/lib/libcrypto/evp/evp.h +++ b/src/lib/libcrypto/evp/evp.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: evp.h,v 1.65 2018/08/24 19:30:24 tb Exp $ */ | 1 | /* $OpenBSD: evp.h,v 1.66 2018/08/24 19:36:52 tb Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -491,6 +491,7 @@ unsigned long EVP_CIPHER_flags(const EVP_CIPHER *cipher); | |||
491 | #define EVP_CIPHER_mode(e) (EVP_CIPHER_flags(e) & EVP_CIPH_MODE) | 491 | #define EVP_CIPHER_mode(e) (EVP_CIPHER_flags(e) & EVP_CIPH_MODE) |
492 | 492 | ||
493 | const EVP_CIPHER * EVP_CIPHER_CTX_cipher(const EVP_CIPHER_CTX *ctx); | 493 | const EVP_CIPHER * EVP_CIPHER_CTX_cipher(const EVP_CIPHER_CTX *ctx); |
494 | int EVP_CIPHER_CTX_encrypting(const EVP_CIPHER_CTX *ctx); | ||
494 | int EVP_CIPHER_CTX_nid(const EVP_CIPHER_CTX *ctx); | 495 | int EVP_CIPHER_CTX_nid(const EVP_CIPHER_CTX *ctx); |
495 | int EVP_CIPHER_CTX_block_size(const EVP_CIPHER_CTX *ctx); | 496 | int EVP_CIPHER_CTX_block_size(const EVP_CIPHER_CTX *ctx); |
496 | int EVP_CIPHER_CTX_key_length(const EVP_CIPHER_CTX *ctx); | 497 | int EVP_CIPHER_CTX_key_length(const EVP_CIPHER_CTX *ctx); |