openssl: Properly honor OPENSSL_NO_* defines
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
#include <openssl/opensslconf.h>
|
||||
|
||||
#ifndef OPENSSL_NO_EC
|
||||
#ifndef OPENSSL_NO_ECDSA
|
||||
|
||||
#include "openssl_ec_public_key.h"
|
||||
#include "openssl_util.h"
|
||||
@@ -360,5 +360,5 @@ openssl_ec_public_key_t *openssl_ec_public_key_load(key_type_t type,
|
||||
}
|
||||
return &this->public;
|
||||
}
|
||||
#endif /* OPENSSL_NO_EC */
|
||||
#endif /* OPENSSL_NO_ECDSA */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user