diff options
Diffstat (limited to 'cipher/rsa.c')
-rw-r--r-- | cipher/rsa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/rsa.c b/cipher/rsa.c index 5d7b4f763..84a1af0e5 100644 --- a/cipher/rsa.c +++ b/cipher/rsa.c @@ -29,7 +29,7 @@ #include <string.h> #include "util.h" #include "mpi.h" -#include "../mpi/mpi-internal.h" +#include "mpi-internal.h" #include "cipher.h" #include "rsa.h" |