added defines/includes

This commit is contained in:
Anton Oster 2014-04-29 10:43:06 +02:00
parent b00b7125a3
commit ce199b225f
2 changed files with 10 additions and 0 deletions

View File

@ -18,3 +18,5 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
* MA 02110-1301 USA
*/
#include "pcq_encrypt.h"

View File

@ -18,3 +18,11 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
* MA 02110-1301 USA
*/
#ifndef PCQ_ENCRYPT_H
#define PCQ_ENCRYPT_H
#include <tommath.h>
#include <tompoly.h>
#endif