19 lines
349 B
Diff
19 lines
349 B
Diff
--- crypto/evp/e_old.c.orig Tue Apr 25 17:46:52 2023
|
|
+++ crypto/evp/e_old.c Tue Apr 25 17:47:08 2023
|
|
@@ -58,8 +58,6 @@
|
|
|
|
#include <openssl/opensslconf.h>
|
|
|
|
-#ifndef OPENSSL_NO_DEPRECATED
|
|
-
|
|
#include <openssl/evp.h>
|
|
|
|
/* Define some deprecated functions, so older programs
|
|
@@ -154,6 +152,4 @@
|
|
{
|
|
return EVP_aes_256_cfb128();
|
|
}
|
|
-#endif
|
|
-
|
|
#endif
|