ENC: added defines/includes
This commit is contained in:
parent
b00b7125a3
commit
8e49f3aa8b
@ -18,3 +18,5 @@
|
|||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
|
||||||
* MA 02110-1301 USA
|
* MA 02110-1301 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "pcq_encrypt.h"
|
||||||
|
@ -18,3 +18,11 @@
|
|||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
|
||||||
* MA 02110-1301 USA
|
* MA 02110-1301 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef PCQ_ENCRYPT_H
|
||||||
|
#define PCQ_ENCRYPT_H
|
||||||
|
|
||||||
|
#include <tommath.h>
|
||||||
|
#include <tompoly.h>
|
||||||
|
|
||||||
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user