diff options
Diffstat (limited to 'openssl/crypto/ec/ec_cvt.c')
-rw-r--r-- | openssl/crypto/ec/ec_cvt.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openssl/crypto/ec/ec_cvt.c b/openssl/crypto/ec/ec_cvt.c index 73cc123e8..5a832ba1c 100644 --- a/openssl/crypto/ec/ec_cvt.c +++ b/openssl/crypto/ec/ec_cvt.c @@ -69,13 +69,13 @@ * */ +#include <openssl/err.h> +#include "ec_lcl.h" + #ifdef OPENSSL_FIPS # include <openssl/fips.h> #endif -#include <openssl/err.h> -#include "ec_lcl.h" - EC_GROUP *EC_GROUP_new_curve_GFp(const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) { |