Skip to content

Commit 49909f8

Browse files
committed
Remove unused enum value from AsymmectricAlgorithm
1 parent a4e858d commit 49909f8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/lib/crypto/AsymmetricAlgorithm.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ bool AsymmetricAlgorithm::isWrappingMech(AsymMech::Type padding)
148148
case AsymMech::RSA:
149149
case AsymMech::RSA_PKCS:
150150
case AsymMech::RSA_PKCS_OAEP:
151-
case AsymMech::RSA_AES_KEY_WRAP:
152151
return true;
153152

154153
default:

src/lib/crypto/AsymmetricAlgorithm.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ struct AsymMech
6666
RSA_MD5_PKCS,
6767
RSA_PKCS,
6868
RSA_PKCS_OAEP,
69-
RSA_AES_KEY_WRAP,
7069
RSA_SHA1_PKCS,
7170
RSA_SHA224_PKCS,
7271
RSA_SHA256_PKCS,

0 commit comments

Comments
 (0)