mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-05 00:00:45 -04:00
Fix encryption algorithm/key size argument processing in PKCS#7 enveloped-data
This commit is contained in:
parent
ee97055835
commit
6d21c61a09
@ -586,7 +586,7 @@ pkcs7_t *pkcs7_enveloped_data_gen(container_type_t type, va_list args)
|
||||
alg = va_arg(args, int);
|
||||
continue;
|
||||
case BUILD_KEY_SIZE:
|
||||
alg = va_arg(args, int);
|
||||
key_size = va_arg(args, int);
|
||||
continue;
|
||||
case BUILD_BLOB:
|
||||
blob = va_arg(args, chunk_t);
|
||||
|
Loading…
x
Reference in New Issue
Block a user