openssl: Properly honor OPENSSL_NO_* defines

This commit is contained in:
Tobias Brunner
2013-01-31 17:33:23 +01:00
parent 25637aa5d8
commit a3a190b7bd
7 changed files with 31 additions and 5 deletions
@@ -16,7 +16,7 @@
#include <openssl/opensslconf.h>
#ifndef OPENSSL_NO_EC
#ifndef OPENSSL_NO_ECDSA
#include "openssl_ec_private_key.h"
#include "openssl_ec_public_key.h"
@@ -423,5 +423,4 @@ error:
destroy(this);
return NULL;
}
#endif /* OPENSSL_NO_EC */
#endif /* OPENSSL_NO_ECDSA */