Corrected OPENSSL_NO_EC_NISTP_64_GCC_128 usage in ec_lcl.h. PR#3370
[oweals/openssl.git] / crypto / ec / ectest.c
index f107782de006dff0c64aeef652ac996acad6c247..102eaa9b2326f94102eb68de7f6fce013172682f 100644 (file)
@@ -236,7 +236,7 @@ static void group_order_tests(EC_GROUP *group)
        }
 
 static void prime_field_tests(void)
-       {       
+       {
        BN_CTX *ctx = NULL;
        BIGNUM *p, *a, *b;
        EC_GROUP *group;