From d8d9b1672c286023c5d38ee7ec25c000b452b66c Mon Sep 17 00:00:00 2001 From: lloyd Date: Wed, 22 Jul 2009 14:06:01 +0000 Subject: Replace 'XXX' and other such notes with FIXME for easy grepping --- src/pubkey/pk_codecs/pkcs8.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pubkey/pk_codecs') diff --git a/src/pubkey/pk_codecs/pkcs8.h b/src/pubkey/pk_codecs/pkcs8.h index 0965e5ff1..28008bdba 100644 --- a/src/pubkey/pk_codecs/pkcs8.h +++ b/src/pubkey/pk_codecs/pkcs8.h @@ -30,7 +30,7 @@ class BOTAN_DLL PKCS8_Encoder * Get the DER encoded key. * @return the DER encoded key */ - // XXX: Why not SecureVector? + // FIXME: Why not SecureVector? virtual MemoryVector key_bits() const = 0; virtual ~PKCS8_Encoder() {} }; -- cgit v1.2.3