diff options
Diffstat (limited to 'src/lib/libssl/src/crypto/evp/evp.h')
-rw-r--r-- | src/lib/libssl/src/crypto/evp/evp.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libssl/src/crypto/evp/evp.h b/src/lib/libssl/src/crypto/evp/evp.h index b504301b0a..41b0259402 100644 --- a/src/lib/libssl/src/crypto/evp/evp.h +++ b/src/lib/libssl/src/crypto/evp/evp.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: evp.h,v 1.37 2014/06/12 15:49:29 deraadt Exp $ */ | 1 | /* $OpenBSD: evp.h,v 1.38 2014/06/24 19:31:50 miod 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 | * |
@@ -636,7 +636,6 @@ int EVP_CIPHER_CTX_rand_key(EVP_CIPHER_CTX *ctx, unsigned char *key); | |||
636 | BIO_METHOD *BIO_f_md(void); | 636 | BIO_METHOD *BIO_f_md(void); |
637 | BIO_METHOD *BIO_f_base64(void); | 637 | BIO_METHOD *BIO_f_base64(void); |
638 | BIO_METHOD *BIO_f_cipher(void); | 638 | BIO_METHOD *BIO_f_cipher(void); |
639 | BIO_METHOD *BIO_f_reliable(void); | ||
640 | void BIO_set_cipher(BIO *b, const EVP_CIPHER *c, const unsigned char *k, | 639 | void BIO_set_cipher(BIO *b, const EVP_CIPHER *c, const unsigned char *k, |
641 | const unsigned char *i, int enc); | 640 | const unsigned char *i, int enc); |
642 | #endif | 641 | #endif |