From e9885e2542bb800512d0a86df339e913e33b3224 Mon Sep 17 00:00:00 2001 From: Fabrice Benhamouda Date: Fri, 21 Jul 2017 22:02:07 -0400 Subject: [PATCH] Fix a bug in the pull request miracl/MIRACL#7 --- lib/Miracl/include/zzn.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/Miracl/include/zzn.h b/lib/Miracl/include/zzn.h index 3a343213e..36f8c10c7 100644 --- a/lib/Miracl/include/zzn.h +++ b/lib/Miracl/include/zzn.h @@ -200,6 +200,10 @@ class ZZn #endif } }; + +// Forward Declaration for friend declaration to allow definition in cpp. +ZZn luc(const ZZn&, const Big&, ZZn* b3=NULL); + #ifndef MR_NO_RAND extern ZZn randn(void); #endif @@ -208,6 +212,3 @@ extern ZZn getB(void); extern ZZn one(void); #endif - -// Forward Declaration for friend declaration to allow definition in cpp. -ZZn luc(const ZZn&, const Big&, ZZn* b3=NULL); \ No newline at end of file