git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix stargazer compilation errors
[stg.git]
/
stglibs
/
crypto.lib
/
blowfish.cpp
diff --git
a/stglibs/crypto.lib/blowfish.cpp
b/stglibs/crypto.lib/blowfish.cpp
index ab3122b92fb0f5fef26441b6dec80562bf69a845..e9d2bde41159678c4157839d0f40a9eec82d7a9d 100644
(file)
--- a/
stglibs/crypto.lib/blowfish.cpp
+++ b/
stglibs/crypto.lib/blowfish.cpp
@@
-5,10
+5,10
@@
* Description: C implementation of the Blowfish algorithm.
*/
-#include <
string.h
>
+#include <
cstring
>
#include "blowfish.h"
-#include "stg_const.h"
+#include "stg
/stg
_const.h"
/*typedef struct _BCoptions
{