From 85f671a46f38e92fcc6cebc50fd5a32b1afa2b1d Mon Sep 17 00:00:00 2001 From: hasufell Date: Fri, 27 Jun 2014 22:41:11 +0200 Subject: [PATCH] PUB-API: fix syntax errors --- include/ntru_keypair.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/ntru_keypair.h b/include/ntru_keypair.h index ff54d1d..bf33390 100644 --- a/include/ntru_keypair.h +++ b/include/ntru_keypair.h @@ -96,7 +96,7 @@ ntru_create_keypair( void export_public_key(char const * const filename, const fmpz_poly_t pub, - const ntru_params *params) + const ntru_params *params); /** * Export the private key to a file. @@ -108,7 +108,7 @@ export_public_key(char const * const filename, void export_priv_key(char const * const filename, const fmpz_poly_t priv, - const ntru_params *params) + const ntru_params *params); /** * Import the public key from a file.