diff options
Diffstat (limited to 'beecrypt/elgamal.h')
-rw-r--r-- | beecrypt/elgamal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/beecrypt/elgamal.h b/beecrypt/elgamal.h index c990ab562..5f5cc0646 100644 --- a/beecrypt/elgamal.h +++ b/beecrypt/elgamal.h @@ -28,7 +28,7 @@ #ifndef _ELGAMAL_H #define _ELGAMAL_H -#include "mp32barrett.h" +#include "mpbarrett.h" #ifdef __cplusplus extern "C" { |