From 7b9f8f7f03eda2faa1cdd42ed29a0b70e60eaf59 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Mon, 8 Feb 2016 16:43:03 +0000 Subject: Auto init/deinit libcrypto This builds on the previous commit to auto initialise/deinitialise libcrypto. Reviewed-by: Richard Levitte --- crypto/include/internal/evp_int.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'crypto/include/internal/evp_int.h') diff --git a/crypto/include/internal/evp_int.h b/crypto/include/internal/evp_int.h index 24c6870628..2c9b2a317d 100644 --- a/crypto/include/internal/evp_int.h +++ b/crypto/include/internal/evp_int.h @@ -415,3 +415,7 @@ struct evp_pkey_st { int save_parameters; STACK_OF(X509_ATTRIBUTE) *attributes; /* [ 0 ] */ } /* EVP_PKEY */ ; + + +void openssl_add_all_ciphers_internal(void); +void openssl_add_all_digests_internal(void); -- cgit v1.2.3