summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-01-24 16:20:42 +0000
committerBodo Möller <bodo@openssl.org>2002-01-24 16:20:42 +0000
commit957b6db3b1085b63552e282fa9eeeb074a41e13c (patch)
treeebacf5d85d37badcec2e22bb2cb8bf0e07e75ec3 /crypto
parenta14e2d9dfe0bc17800a5ab6b0439a3db50702586 (diff)
fix formatting of automatically generated error section
Diffstat (limited to 'crypto')
-rw-r--r--crypto/bio/bio.h1
-rw-r--r--crypto/conf/conf.h1
-rw-r--r--crypto/engine/engine.h1
3 files changed, 3 insertions, 0 deletions
diff --git a/crypto/bio/bio.h b/crypto/bio/bio.h
index 44861f393a..b122c7069d 100644
--- a/crypto/bio/bio.h
+++ b/crypto/bio/bio.h
@@ -618,6 +618,7 @@ int BIO_vsnprintf(char *buf, size_t n, const char *format, va_list args);
* made after this point may be overwritten when the script is next run.
*/
void ERR_load_BIO_strings(void);
+
/* Error codes for the BIO functions. */
/* Function codes. */
diff --git a/crypto/conf/conf.h b/crypto/conf/conf.h
index a179a5f612..2c6f573349 100644
--- a/crypto/conf/conf.h
+++ b/crypto/conf/conf.h
@@ -198,6 +198,7 @@ int CONF_parse_list(const char *list, int sep, int nospc,
* made after this point may be overwritten when the script is next run.
*/
void ERR_load_CONF_strings(void);
+
/* Error codes for the CONF functions. */
/* Function codes. */
diff --git a/crypto/engine/engine.h b/crypto/engine/engine.h
index 15fca9ba7e..2c5ad3c8ca 100644
--- a/crypto/engine/engine.h
+++ b/crypto/engine/engine.h
@@ -625,6 +625,7 @@ typedef int (*dynamic_bind_engine)(ENGINE *e, const char *id,
* made after this point may be overwritten when the script is next run.
*/
void ERR_load_ENGINE_strings(void);
+
/* Error codes for the ENGINE functions. */
/* Function codes. */