Skip to content

Commit

Permalink
added another cipher mapping for openvpn tests
Browse files Browse the repository at this point in the history
  • Loading branch information
smittals2 committed Jun 15, 2024
1 parent 70d2bd5 commit f20e645
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crypto/cipher_extra/cipher_extra.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ static const struct {
{"aes256", "aes-256-cbc"},
{"aes128", "aes-128-cbc"},
{"id-aes128-gcm", "aes-128-gcm"},
{"id-aes192-gcm", "aes-192-gcm"},
{"id-aes256-gcm", "aes-256-gcm"}
};

Expand Down

0 comments on commit f20e645

Please sign in to comment.