diff options
author | Jack Lloyd <[email protected]> | 2020-10-31 06:48:12 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2020-10-31 06:54:27 -0400 |
commit | ebe69cd491477707b12599bcf52d1416c6524080 (patch) | |
tree | 063e778520f22a6561ed678bf04549f87f04798a /doc/deprecated.rst | |
parent | 57943a84c7b7a3f0881f2e4e2c4fab244601822b (diff) |
Merge some of the ASN.1 headers
Deprecate asn1_str.h asn1_time.h asn1_oid.h and alg_id.h with all
contents moved to existing asn1_obj.h
Diffstat (limited to 'doc/deprecated.rst')
-rw-r--r-- | doc/deprecated.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/deprecated.rst b/doc/deprecated.rst index 8dce1c980..f2e4f0a01 100644 --- a/doc/deprecated.rst +++ b/doc/deprecated.rst @@ -257,6 +257,9 @@ Deprecated Headers ``stl_compatibility.h``, ``uuid.h``, + Merged into other headers: + ``alg_id.h``, ``asn1_oid.h``, ``asn1_str.h``, and ``asn1_time.h`` - use ``asn1_obj.h`` + Other API deprecations ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |