Loading crypto/cryptlib.c +2 −1 Original line number Diff line number Diff line Loading @@ -167,7 +167,8 @@ static const char* lock_names[CRYPTO_NUM_LOCKS] = "ecdh", "bn", "ec_pre_comp", #if CRYPTO_NUM_LOCKS != 37 "store", #if CRYPTO_NUM_LOCKS != 38 # error "Inconsistency between crypto.h and cryptlib.c" #endif }; Loading Loading
crypto/cryptlib.c +2 −1 Original line number Diff line number Diff line Loading @@ -167,7 +167,8 @@ static const char* lock_names[CRYPTO_NUM_LOCKS] = "ecdh", "bn", "ec_pre_comp", #if CRYPTO_NUM_LOCKS != 37 "store", #if CRYPTO_NUM_LOCKS != 38 # error "Inconsistency between crypto.h and cryptlib.c" #endif }; Loading