diff options
Diffstat (limited to 'src/lib/libcrypto/ec/ecp_nistp224.c')
-rw-r--r-- | src/lib/libcrypto/ec/ecp_nistp224.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/ec/ecp_nistp224.c b/src/lib/libcrypto/ec/ecp_nistp224.c index 17777f517b..9204f6148d 100644 --- a/src/lib/libcrypto/ec/ecp_nistp224.c +++ b/src/lib/libcrypto/ec/ecp_nistp224.c | |||
@@ -1188,7 +1188,7 @@ static NISTP224_PRE_COMP * | |||
1188 | nistp224_pre_comp_new() | 1188 | nistp224_pre_comp_new() |
1189 | { | 1189 | { |
1190 | NISTP224_PRE_COMP *ret = NULL; | 1190 | NISTP224_PRE_COMP *ret = NULL; |
1191 | ret = (NISTP224_PRE_COMP *) malloc(sizeof *ret); | 1191 | ret = malloc(sizeof *ret); |
1192 | if (!ret) { | 1192 | if (!ret) { |
1193 | ECerr(EC_F_NISTP224_PRE_COMP_NEW, ERR_R_MALLOC_FAILURE); | 1193 | ECerr(EC_F_NISTP224_PRE_COMP_NEW, ERR_R_MALLOC_FAILURE); |
1194 | return ret; | 1194 | return ret; |