diff options
Diffstat (limited to 'src/lib/libssl/src/doc/crypto/err.pod')
-rw-r--r-- | src/lib/libssl/src/doc/crypto/err.pod | 2 |
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 | ||
144 | The generated C error code file B<xxx_err.c> will load the header | 144 | The generated C error code file B<xxx_err.c> will load the header |
145 | files B<stdio.h>, B<openssl/err.h> and B<openssl/xxx.h> so the | 145 | files B<stdio.h>, B<openssl/err.h> and B<openssl/xxx.h> so the |
146 | header file must load any additional header files containg any | 146 | header file must load any additional header files containing any |
147 | definitions it uses. | 147 | definitions it uses. |
148 | 148 | ||
149 | =head1 USING ERROR CODES IN EXTERNAL LIBRARIES | 149 | =head1 USING ERROR CODES IN EXTERNAL LIBRARIES |