Commit 9a82ef52 authored by Lutz Jänicke's avatar Lutz Jänicke
Browse files

OpenSSL_add_all_algorithms has been replaced by configuration dependent

functions and is redirected by macros. Switch it off now, possible removal
later.
Submitted by:
Reviewed by:
PR:
parent 4a1dcb2d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -60,13 +60,14 @@
#include "cryptlib.h"
#include <openssl/evp.h>

#if 0
#undef OpenSSL_add_all_algorithms
void OpenSSL_add_all_algorithms(void);

void OpenSSL_add_all_algorithms(void)
	{
	OPENSSL_add_all_algorithms_noconf();
	}
#endif

void OPENSSL_add_all_algorithms_noconf(void)
	{