diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libcrypto/aead/aeadtest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/aead/aeadtest.c b/src/regress/lib/libcrypto/aead/aeadtest.c index 7a339bc23c..6b1ad206c4 100644 --- a/src/regress/lib/libcrypto/aead/aeadtest.c +++ b/src/regress/lib/libcrypto/aead/aeadtest.c | |||
@@ -139,7 +139,7 @@ aead_from_name(const EVP_AEAD **aead, const char *name) | |||
139 | return -1; | 139 | return -1; |
140 | } | 140 | } |
141 | 141 | ||
142 | if (aead == NULL) | 142 | if (*aead == NULL) |
143 | return 0; | 143 | return 0; |
144 | 144 | ||
145 | return 1; | 145 | return 1; |