aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorEmilia Kasper <emilia@openssl.org>2015-04-27 16:21:48 +0200
committerEmilia Kasper <emilia@openssl.org>2015-04-27 16:21:48 +0200
commite22d2199e2a5cc9b243f45c2b633d1e31fadecd7 (patch)
tree2ebd9a0e6c7f9125e4dd1d395af4652ad30c40f8 /include
parent2f5997b7b9dc6b4206780ecadcb3de2eac88216e (diff)
downloadopenssl-e22d2199e2a5cc9b243f45c2b633d1e31fadecd7.tar.gz
Error checking and memory leak fixes in NISTZ256.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'include')
-rw-r--r--include/openssl/bn.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openssl/bn.h b/include/openssl/bn.h
index f13760547d..5a2e8db3dc 100644
--- a/include/openssl/bn.h
+++ b/include/openssl/bn.h
@@ -730,6 +730,7 @@ void ERR_load_BN_strings(void);
# define BN_F_BN_NEW 113
# define BN_F_BN_RAND 114
# define BN_F_BN_RAND_RANGE 122
+# define BN_F_BN_SET_WORDS 144
# define BN_F_BN_USUB 115
/* Reason codes. */