diff options
author | Martin Willi <martin@strongswan.org> | 2006-04-12 08:38:10 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2006-04-12 08:38:10 +0000 |
commit | 2cb7d3cab2b23f50bb406c99b8193a62ce4b8c00 (patch) | |
tree | a9876e5ff769be6e6fe06b11585b7e2e478b7c13 /Source/lib/crypto/rsa/rsa_public_key.c | |
parent | 8f1c27babbac024a92fca48cf84581bb32e108b0 (diff) | |
download | strongswan-2cb7d3cab2b23f50bb406c99b8193a62ce4b8c00.tar.bz2 strongswan-2cb7d3cab2b23f50bb406c99b8193a62ce4b8c00.tar.xz |
- some improvements to new asn1 stuff
- to be continued
Diffstat (limited to 'Source/lib/crypto/rsa/rsa_public_key.c')
-rw-r--r-- | Source/lib/crypto/rsa/rsa_public_key.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/lib/crypto/rsa/rsa_public_key.c b/Source/lib/crypto/rsa/rsa_public_key.c index 5b85f5256..61739dd38 100644 --- a/Source/lib/crypto/rsa/rsa_public_key.c +++ b/Source/lib/crypto/rsa/rsa_public_key.c @@ -37,6 +37,7 @@ * hash algorithm OIDs. These also contain * the length of the following hash. * These values are also used in rsa_private_key.c. + * TODO: We may move them in asn1 sometime... */ u_int8_t md2_oid[] = { |