aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7/enc.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/pkcs7/enc.c')
-rw-r--r--crypto/pkcs7/enc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/pkcs7/enc.c b/crypto/pkcs7/enc.c
index 31845fc5e4..2b56c2eff3 100644
--- a/crypto/pkcs7/enc.c
+++ b/crypto/pkcs7/enc.c
@@ -77,7 +77,7 @@ char *argv[];
const EVP_CIPHER *cipher=NULL;
STACK_OF(X509) *recips=NULL;
- SSLeay_add_all_algorithms();
+ OpenSSL_add_all_algorithms();
data=BIO_new(BIO_s_file());
while(argc > 1)