aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2015-06-04 12:42:36 -0400
committerRich Salz <rsalz@openssl.org>2015-06-09 12:39:08 -0400
commit51b04a6117510d8a771f619cb419985f4dec32bb (patch)
treedf9f5997312654233c9b5967a1f9629534cca7d0 /include
parent82c4d793181058de9fde5c9088fd400fdb7e01e3 (diff)
downloadopenssl-51b04a6117510d8a771f619cb419985f4dec32bb.tar.gz
No fprintf in the txt_db component
Also removed a source file that isn't built, and moved another one to test for eventual fixing. Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'include')
-rw-r--r--include/openssl/txt_db.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openssl/txt_db.h b/include/openssl/txt_db.h
index 54b71fc03e..0e49a54f3d 100644
--- a/include/openssl/txt_db.h
+++ b/include/openssl/txt_db.h
@@ -70,6 +70,7 @@
# define DB_ERROR_INDEX_OUT_OF_RANGE 3
# define DB_ERROR_NO_INDEX 4
# define DB_ERROR_INSERT_INDEX_CLASH 5
+# define DB_ERROR_WRONG_NUM_FIELDS 6
#ifdef __cplusplus
extern "C" {