summaryrefslogtreecommitdiff
path: root/src/lib/libssl/src/doc/crypto/err.pod
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/src/doc/crypto/err.pod')
-rw-r--r--src/lib/libssl/src/doc/crypto/err.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libssl/src/doc/crypto/err.pod b/src/lib/libssl/src/doc/crypto/err.pod
index b824c92b57..264e30103d 100644
--- a/src/lib/libssl/src/doc/crypto/err.pod
+++ b/src/lib/libssl/src/doc/crypto/err.pod
@@ -143,7 +143,7 @@ The closing #endif etc will be automatically added by the script.
143 143
144The generated C error code file B<xxx_err.c> will load the header 144The generated C error code file B<xxx_err.c> will load the header
145files B<stdio.h>, B<openssl/err.h> and B<openssl/xxx.h> so the 145files B<stdio.h>, B<openssl/err.h> and B<openssl/xxx.h> so the
146header file must load any additional header files containg any 146header file must load any additional header files containing any
147definitions it uses. 147definitions it uses.
148 148
149=head1 USING ERROR CODES IN EXTERNAL LIBRARIES 149=head1 USING ERROR CODES IN EXTERNAL LIBRARIES