mirror of
https://github.com/AGWA/git-crypt.git
synced 2026-01-07 19:02:39 -08:00
Drop support for OpenSSL 1.0; fix compilation with OpenSSL 3
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user