d724fca185
focuses on modularity and portability, making it a perfect choice for cross-platform game development. Although officialy it is only supported on Windows, Linux and GP2X Wiz (on the right), Bennu can run on multiple other platforms, including *BSD, MacOSX and other consoles such as the Wii, Dingoo A320, GP2X, or the classic Xbox. This makes it really fun to code in Bennu: the game can be played on you computer AND your console! WWW: http://www.bennugd.org/
11 lines
373 B
C
11 lines
373 B
C
--- ../core/include/crypt.h.orig 2009-07-02 04:20:53.000000000 +0400
|
|
+++ ../core/include/crypt.h 2009-11-06 05:52:32.000000000 +0300
|
|
@@ -24,7 +24,7 @@
|
|
|
|
/* ------------------------------------------------------------------------- */
|
|
|
|
-#include <des.h>
|
|
+#include <openssl/des.h>
|
|
|
|
/* ------------------------------------------------------------------------- */
|
|
|