summaryrefslogtreecommitdiff
path: root/nss/lib/freebl/loader.h
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2017-06-08 10:53:01 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2017-06-08 10:53:01 +0000
commitf95d45c36e7c7131747259956821d844e8952e5d (patch)
treeeee14f8b212c48f8597c2a4927a167fcc3a15ea5 /nss/lib/freebl/loader.h
parentdc1565216a5d20ae0d75872151523252309a1292 (diff)
downloadnss-master.tar.gz
Diffstat (limited to 'nss/lib/freebl/loader.h')
-rw-r--r--nss/lib/freebl/loader.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/nss/lib/freebl/loader.h b/nss/lib/freebl/loader.h
index ced03b5..ed392cc 100644
--- a/nss/lib/freebl/loader.h
+++ b/nss/lib/freebl/loader.h
@@ -10,7 +10,7 @@
#include "blapi.h"
-#define FREEBL_VERSION 0x0312
+#define FREEBL_VERSION 0x0313
struct FREEBLVectorStr {
@@ -732,6 +732,10 @@ struct FREEBLVectorStr {
/* Version 3.018 came to here */
+ int (*p_EC_GetPointSize)(const ECParams *);
+
+ /* Version 3.019 came to here */
+
/* Add new function pointers at the end of this struct and bump
* FREEBL_VERSION at the beginning of this file. */
};