aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-12-28 11:38:50 -0500
committerJack Lloyd <[email protected]>2017-12-28 11:38:50 -0500
commit125d4ac3e032894804fc9485fd849674f444a00e (patch)
tree367e264f4a7e3eca232a0b785aa597f07a7091ae
parent896d39dd7c06eb6409aa60e3c61d6418a0aa3b83 (diff)
Add a comment about an unused enum
So I can find it and remove it in 3.x
-rw-r--r--src/lib/pubkey/x509_key.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/pubkey/x509_key.h b/src/lib/pubkey/x509_key.h
index d4f54fa57..58d537bbe 100644
--- a/src/lib/pubkey/x509_key.h
+++ b/src/lib/pubkey/x509_key.h
@@ -20,6 +20,7 @@ class DataSource;
/**
* The two types of X509 encoding supported by Botan.
+* This enum is not used anymore, and will be removed in a future major release.
*/
enum X509_Encoding { RAW_BER, PEM };