KEYGEN: fix typo

This commit is contained in:
hasufell 2014-05-30 22:26:36 +02:00
parent 7f23aa2a35
commit 19a6ab89c7
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ import_priv_key(char const * const filename,
/* if the array exceeds one element, then something
* went horribly wrong */
if (*imported[1])
NTRU_ABORT("Failed importing public key!\n");
NTRU_ABORT("Failed importing private key!\n");
fmpz_poly_set(priv, **imported);