aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/pk_codecs/pkcs8.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pubkey/pk_codecs/pkcs8.h')
-rw-r--r--src/pubkey/pk_codecs/pkcs8.h2
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() {}
};