Add key generation
[iotcloud.git] / version2 / src / C / pbkdf2-sha256.cc
index d014787103f922c9ddea822f890f7c54411a1bda..9e201f86addc3702fceb740291ab7925d0c7e8fb 100644 (file)
@@ -31,6 +31,7 @@
 #include <string.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include "pbkdf2-sha256.h"
 
 typedef struct {
        unsigned long total[2]; /*!< number of bytes processed  */