diff options
Diffstat (limited to 'src/lib/libcrypto/dh/dh_ameth.c')
-rw-r--r-- | src/lib/libcrypto/dh/dh_ameth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/dh/dh_ameth.c b/src/lib/libcrypto/dh/dh_ameth.c index 119ac615a6..fe3dfc40d1 100644 --- a/src/lib/libcrypto/dh/dh_ameth.c +++ b/src/lib/libcrypto/dh/dh_ameth.c | |||
@@ -382,7 +382,7 @@ static int do_dh_print(BIO *bp, const DH *x, int indent, | |||
382 | err: | 382 | err: |
383 | DHerr(DH_F_DO_DH_PRINT,reason); | 383 | DHerr(DH_F_DO_DH_PRINT,reason); |
384 | } | 384 | } |
385 | if (m != NULL) free(m); | 385 | free(m); |
386 | return(ret); | 386 | return(ret); |
387 | } | 387 | } |
388 | 388 | ||