diff options
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[] = { |