aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dsa/dsa.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-03-08 18:07:05 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-03-08 18:07:05 +0000
commita4d9c12f998d2260bf637d9964b53c28a191b173 (patch)
treede549c48be9915923045c11f43e7cfc04c93afb3 /crypto/dsa/dsa.h
parent809cd0a22da9dbc62a33ce30d6704214e3ca5427 (diff)
downloadopenssl-a4d9c12f998d2260bf637d9964b53c28a191b173.tar.gz
correct error code
Diffstat (limited to 'crypto/dsa/dsa.h')
-rw-r--r--crypto/dsa/dsa.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/dsa/dsa.h b/crypto/dsa/dsa.h
index ac50a5c846..bbe8cb579c 100644
--- a/crypto/dsa/dsa.h
+++ b/crypto/dsa/dsa.h
@@ -282,6 +282,7 @@ void ERR_load_DSA_strings(void);
#define DSA_F_DSA_SIGN 106
#define DSA_F_DSA_SIGN_SETUP 107
#define DSA_F_DSA_SIG_NEW 109
+#define DSA_F_DSA_SIG_PRINT 123
#define DSA_F_DSA_VERIFY 108
#define DSA_F_I2D_DSA_SIG 111
#define DSA_F_OLD_DSA_PRIV_DECODE 122