Drop support for OpenSSL 1.0; fix compilation with OpenSSL 3

This commit is contained in:
Andrew Ayer
2025-09-23 20:37:48 -04:00
parent 968c924798
commit 4dd5c20243
3 changed files with 1 additions and 125 deletions

View File

@@ -30,8 +30,6 @@
#include <openssl/opensslconf.h>
#if defined(OPENSSL_API_COMPAT)
#include "crypto.hpp"
#include "key.hpp"
#include "util.hpp"
@@ -115,5 +113,3 @@ void random_bytes (unsigned char* buffer, size_t len)
throw Crypto_error("random_bytes", message.str());
}
}
#endif