diff options
Diffstat (limited to 'cipher/md.c')
-rw-r--r-- | cipher/md.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cipher/md.c b/cipher/md.c index 0a2974406..fc740479e 100644 --- a/cipher/md.c +++ b/cipher/md.c @@ -458,8 +458,8 @@ md_digest_length( int algo ) } -/* fixme: add a mode to enumerate the OIDs - * to make g10/sig-check.c more portable */ +/* Hmmm: add a mode to enumerate the OIDs + * to make g10/sig-check.c more portable */ const byte * md_asn_oid( int algo, size_t *asnlen, size_t *mdlen ) { |