summaryrefslogtreecommitdiffstats
path: root/crypto/pem
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-05-18 20:27:35 +1000
committerMatt Caswell <matt@openssl.org>2021-05-20 09:00:22 +0100
commit87e4e9c473dd3305cb98b37c672edff8ddb436de (patch)
tree4b6d74a2e28d05636d6978060d35f2d3ec6aea2f /crypto/pem
parent0050db7bb37814879012226dd24aa433b3600019 (diff)
todo: remove TODO(3.0) from the sources.
Almost all were notes about wanting to deprecate CTRLs/utility functions. Fixes #15325 Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/15328)
Diffstat (limited to 'crypto/pem')
-rw-r--r--crypto/pem/pem_local.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/crypto/pem/pem_local.h b/crypto/pem/pem_local.h
index 509519eb7c..628a66912d 100644
--- a/crypto/pem/pem_local.h
+++ b/crypto/pem/pem_local.h
@@ -7,11 +7,6 @@
* https://www.openssl.org/source/license.html
*/
-/*
- * TODO(v3.0): the IMPLEMENT macros in include/openssl/pem.h should be
- * moved here.
- */
-
#include <openssl/core_dispatch.h>
#include <openssl/pem.h>
#include <openssl/encoder.h>