summaryrefslogtreecommitdiff
path: root/nss/lib/freebl/loader.h
diff options
context:
space:
mode:
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. */
};