diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2008-05-23 19:23:04 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2008-05-23 19:23:04 +0000 |
commit | ed26207d082f9f97e7f3965e6df709aebadb6b43 (patch) | |
tree | 392853f66b9ea1078cab39a0798fe675b2b85227 /src/libstrongswan/plugins/gmp/gmp_rsa_private_key.c | |
parent | 49b2395e3b549b55a2e15612cf1d7f4e5c0c8c22 (diff) | |
download | strongswan-ed26207d082f9f97e7f3965e6df709aebadb6b43.tar.bz2 strongswan-ed26207d082f9f97e7f3965e6df709aebadb6b43.tar.xz |
fixed copy-and-paste error
Diffstat (limited to 'src/libstrongswan/plugins/gmp/gmp_rsa_private_key.c')
-rw-r--r-- | src/libstrongswan/plugins/gmp/gmp_rsa_private_key.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/plugins/gmp/gmp_rsa_private_key.c b/src/libstrongswan/plugins/gmp/gmp_rsa_private_key.c index 2bd47c300..7d9cd10d3 100644 --- a/src/libstrongswan/plugins/gmp/gmp_rsa_private_key.c +++ b/src/libstrongswan/plugins/gmp/gmp_rsa_private_key.c @@ -337,7 +337,7 @@ static identification_t* get_id(private_gmp_rsa_private_key_t *this, } /** - * Implementation of gmp_rsa_private_key.destroy. + * Implementation of gmp_rsa_private_key.get_public_key. */ static gmp_rsa_public_key_t* get_public_key(private_gmp_rsa_private_key_t *this) { |