projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Algorithm parameter support.
[openssl.git]
/
crypto
/
evp
/
e_aes.c
diff --git
a/crypto/evp/e_aes.c
b/crypto/evp/e_aes.c
index
fbf47ac
..
d1972a7
100644
(file)
--- a/
crypto/evp/e_aes.c
+++ b/
crypto/evp/e_aes.c
@@
-1943,7
+1943,7
@@
static int aes_wrap_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
#define WRAP_FLAGS (EVP_CIPH_WRAP_MODE \
| EVP_CIPH_CUSTOM_IV | EVP_CIPH_FLAG_CUSTOM_CIPHER \
- | EVP_CIPH_ALWAYS_CALL_INIT)
+ | EVP_CIPH_ALWAYS_CALL_INIT
| EVP_CIPH_FLAG_DEFAULT_ASN1
)
static const EVP_CIPHER aes_128_wrap = {
NID_id_aes128_wrap,