diff options
author | miod <> | 2014-07-10 13:53:11 +0000 |
---|---|---|
committer | miod <> | 2014-07-10 13:53:11 +0000 |
commit | a2a7393cf3489febec569cfa8aab8735e4f58339 (patch) | |
tree | 6dab0d552e58081d073a867cd82cc07494f1f423 /src/lib/libcrypto/doc/ERR.pod | |
parent | 1082a058669965dec6fa4446b8d1067628bb8e91 (diff) | |
download | openbsd-a2a7393cf3489febec569cfa8aab8735e4f58339.tar.gz openbsd-a2a7393cf3489febec569cfa8aab8735e4f58339.tar.bz2 openbsd-a2a7393cf3489febec569cfa8aab8735e4f58339.zip |
Remove empty sections and references to des_modes(7) which we don't have.
Diffstat (limited to 'src/lib/libcrypto/doc/ERR.pod')
-rw-r--r-- | src/lib/libcrypto/doc/ERR.pod | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/libcrypto/doc/ERR.pod b/src/lib/libcrypto/doc/ERR.pod index 6f729554d2..fce8eea6a8 100644 --- a/src/lib/libcrypto/doc/ERR.pod +++ b/src/lib/libcrypto/doc/ERR.pod | |||
@@ -155,8 +155,6 @@ the header file and generate the C error code file. This will normally | |||
155 | be done if the external library needs to generate new ASN1 structures | 155 | be done if the external library needs to generate new ASN1 structures |
156 | but it can also be used to add more general purpose error code handling. | 156 | but it can also be used to add more general purpose error code handling. |
157 | 157 | ||
158 | TBA more details | ||
159 | |||
160 | =head1 INTERNALS | 158 | =head1 INTERNALS |
161 | 159 | ||
162 | The error queues are stored in a hash table with one B<ERR_STATE> | 160 | The error queues are stored in a hash table with one B<ERR_STATE> |