diff options
| author | jsing <> | 2017-08-28 17:52:58 +0000 |
|---|---|---|
| committer | jsing <> | 2017-08-28 17:52:58 +0000 |
| commit | 5c19c5831f30a738353aa511a28976a6bcda0ff4 (patch) | |
| tree | e049a83d40980f28134afb1ff9c6d04904ceb900 /src/regress/lib/libcrypto/aead/aeadtest.c | |
| parent | 5a710843157aa1789c135549f0ce27b30aef2cb9 (diff) | |
| download | openbsd-5c19c5831f30a738353aa511a28976a6bcda0ff4.tar.gz openbsd-5c19c5831f30a738353aa511a28976a6bcda0ff4.tar.bz2 openbsd-5c19c5831f30a738353aa511a28976a6bcda0ff4.zip | |
Remove chacha20-poly1305-old regress and test vectors.
Diffstat (limited to 'src/regress/lib/libcrypto/aead/aeadtest.c')
| -rw-r--r-- | src/regress/lib/libcrypto/aead/aeadtest.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/regress/lib/libcrypto/aead/aeadtest.c b/src/regress/lib/libcrypto/aead/aeadtest.c index 355a2aefee..8d67d30158 100644 --- a/src/regress/lib/libcrypto/aead/aeadtest.c +++ b/src/regress/lib/libcrypto/aead/aeadtest.c | |||
| @@ -134,12 +134,6 @@ aead_from_name(const EVP_AEAD **aead, const char *name) | |||
| 134 | #else | 134 | #else |
| 135 | fprintf(stderr, "No chacha20-poly1305 support.\n"); | 135 | fprintf(stderr, "No chacha20-poly1305 support.\n"); |
| 136 | #endif | 136 | #endif |
| 137 | } else if (strcmp(name, "chacha20-poly1305-old") == 0) { | ||
| 138 | #if !defined(OPENSSL_NO_CHACHA) && !defined(OPENSSL_NO_POLY1305) | ||
| 139 | *aead = EVP_aead_chacha20_poly1305_old(); | ||
| 140 | #else | ||
| 141 | fprintf(stderr, "No chacha20-poly1305-old support.\n"); | ||
| 142 | #endif | ||
| 143 | } else { | 137 | } else { |
| 144 | fprintf(stderr, "Unknown AEAD: %s\n", name); | 138 | fprintf(stderr, "Unknown AEAD: %s\n", name); |
| 145 | return -1; | 139 | return -1; |
