ASCII->POLY: rename header guard

This commit is contained in:
hasufell 2014-05-25 20:50:22 +02:00
parent 566894b230
commit 47afca9fe6
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 3 additions and 3 deletions

View File

@ -25,8 +25,8 @@
* @brief header for ascii_poly.c
*/
#ifndef ASCII_POLY_H_
#define ASCII_POLY_H_
#ifndef NTRU_ASCII_POLY_H_
#define NTRU_ASCII_POLY_H_
#include "context.h"
@ -39,4 +39,4 @@ fmpz_poly_t **ascii_to_poly(char *to_poly, ntru_context *ctx);
char *poly_to_ascii(fmpz_poly_t **poly_array, ntru_context *ctx);
#endif /* ASCII_POLY_H_ */
#endif /* NTRU_ASCII_POLY_H_ */