Skip to content

Commit

Permalink
Fix a bug in the pull request miracl/MIRACL#7
Browse files Browse the repository at this point in the history
  • Loading branch information
fabrice102 committed Jul 22, 2017
1 parent 9edbe36 commit e9885e2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lib/Miracl/include/zzn.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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);

0 comments on commit e9885e2

Please sign in to comment.