diff options
author | lloyd <[email protected]> | 2009-07-22 14:06:01 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-07-22 14:06:01 +0000 |
commit | d8d9b1672c286023c5d38ee7ec25c000b452b66c (patch) | |
tree | 743342a9fbb1543a1b99c16ff17ac7255f17c59c /src/pubkey/pk_codecs/pkcs8.h | |
parent | f7a49029684cdb09d04d22b3580914216bbe125f (diff) |
Replace 'XXX' and other such notes with FIXME for easy grepping
Diffstat (limited to 'src/pubkey/pk_codecs/pkcs8.h')
-rw-r--r-- | src/pubkey/pk_codecs/pkcs8.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<byte> key_bits() const = 0; virtual ~PKCS8_Encoder() {} }; |