Add #ifdefs to some devcrypto code
This commit is contained in:
parent
bfd7bb3eb6
commit
3132ab8ce6
@ -57,6 +57,8 @@
|
||||
#include <openssl/evp.h>
|
||||
#include "engine_int.h"
|
||||
|
||||
#ifdef OPENSSL_OPENBSD_DEV_CRYPTO
|
||||
|
||||
static void load_ciphers(ENGINE *e)
|
||||
{
|
||||
ENGINE_add_cipher(e,EVP_dev_crypto_des_ede3_cbc());
|
||||
@ -78,3 +80,4 @@ ENGINE *ENGINE_openbsd_dev_crypto(void)
|
||||
return engine;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user