summaryrefslogtreecommitdiff
path: root/providers/implementations/ciphers/cipher_camellia_hw.c
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2021-02-05 17:40:42 +0100
committerTomas Mraz <tomas@openssl.org>2021-02-11 09:34:31 +0100
commit2741128e9deeb7f6fd73f10a1c657c05433a41cb (patch)
treed8839a5c0f19b10c6cc16104d639168facee239b /providers/implementations/ciphers/cipher_camellia_hw.c
parentdc9ec65a018d92306e4b3139239505c5cfc5b15e (diff)
downloadopenssl-new-2741128e9deeb7f6fd73f10a1c657c05433a41cb.tar.gz
Move the PROV_R reason codes to a public header
The PROV_R codes can be returned to applications so it is useful to have some common set of provider reason codes for the applications or third party providers. Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/14086)
Diffstat (limited to 'providers/implementations/ciphers/cipher_camellia_hw.c')
-rw-r--r--providers/implementations/ciphers/cipher_camellia_hw.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/providers/implementations/ciphers/cipher_camellia_hw.c b/providers/implementations/ciphers/cipher_camellia_hw.c
index e8ada99a7e..06b29ca287 100644
--- a/providers/implementations/ciphers/cipher_camellia_hw.c
+++ b/providers/implementations/ciphers/cipher_camellia_hw.c
@@ -14,7 +14,6 @@
#include "internal/deprecated.h"
#include "cipher_camellia.h"
-#include <openssl/camellia.h>
static int cipher_hw_camellia_initkey(PROV_CIPHER_CTX *dat,
const unsigned char *key, size_t keylen)