aboutsummaryrefslogtreecommitdiffstats
path: root/src/cert/cvc/cvc_cert.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-07-22 14:06:01 +0000
committerlloyd <[email protected]>2009-07-22 14:06:01 +0000
commitd8d9b1672c286023c5d38ee7ec25c000b452b66c (patch)
tree743342a9fbb1543a1b99c16ff17ac7255f17c59c /src/cert/cvc/cvc_cert.cpp
parentf7a49029684cdb09d04d22b3580914216bbe125f (diff)
Replace 'XXX' and other such notes with FIXME for easy grepping
Diffstat (limited to 'src/cert/cvc/cvc_cert.cpp')
-rw-r--r--src/cert/cvc/cvc_cert.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cert/cvc/cvc_cert.cpp b/src/cert/cvc/cvc_cert.cpp
index 71ca0cf16..d2be12df8 100644
--- a/src/cert/cvc/cvc_cert.cpp
+++ b/src/cert/cvc/cvc_cert.cpp
@@ -58,7 +58,7 @@ void EAC1_1_CVC::force_decode()
if(cpi != 0)
throw Decoding_Error("EAC1_1 certificate´s cpi was not 0");
- // XXX: PK algos have no notion of EAC encoder/decoder currently
+ // FIXME: PK algos have no notion of EAC encoder/decoder currently
#if 0
ECDSA_PublicKey tmp_pk;
std::auto_ptr<EAC1_1_CVC_Decoder> dec = tmp_pk.cvc_eac1_1_decoder();