diff options
author | Tobias Brunner <tobias@strongswan.org> | 2011-10-28 20:59:03 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2011-10-31 18:45:37 +0100 |
commit | 10b82be61fb09f6f854d0254d28bb2c8437c8ebc (patch) | |
tree | 688312b675fedc1bc6fb1c1b5b3d54f2bf518d9b /src/libstrongswan/crypto/diffie_hellman.h | |
parent | 89de89be57a9e51930820a2cadbd50a42e6b3ccd (diff) | |
download | strongswan-10b82be61fb09f6f854d0254d28bb2c8437c8ebc.tar.bz2 strongswan-10b82be61fb09f6f854d0254d28bb2c8437c8ebc.tar.xz |
pkcs11: Merged the ECDH into the DH implementation.
Diffstat (limited to 'src/libstrongswan/crypto/diffie_hellman.h')
-rw-r--r-- | src/libstrongswan/crypto/diffie_hellman.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/crypto/diffie_hellman.h b/src/libstrongswan/crypto/diffie_hellman.h index 9ae772363..aca793b71 100644 --- a/src/libstrongswan/crypto/diffie_hellman.h +++ b/src/libstrongswan/crypto/diffie_hellman.h @@ -57,7 +57,7 @@ enum diffie_hellman_group_t { ECP_224_BIT = 26, /** insecure NULL diffie hellman group for testing, in PRIVATE USE */ MODP_NULL = 1024, - /** MODP group with custon generator, prime */ + /** MODP group with custom generator/prime */ MODP_CUSTOM = 1025, }; |