typo in the previous commit

This commit is contained in:
root
2014-12-27 17:21:32 -06:00
parent 2f218f9c99
commit 3e102bf5fb

View File

@@ -17,7 +17,7 @@
*/
#define _POSIX_C_SOURCE 200809L // for strdup
#defein _BSD_SOURCE // for strdup on old systems
#define _BSD_SOURCE // for strdup on old systems
#include <stdint.h>
#include <openssl/sha.h>