added compile time options NOCRYPT,NODAEMON,NOEXEC for easyier windows porting
commit1c79e2e9062b73a7be08b6d8af56ebdc2e8d075a
authorotti <otti@2edecd69-f0ce-4815-94af-351a89d40aaa>
Fri, 28 Nov 2008 17:39:14 +0000 (28 17:39 +0000)
committerotti <otti@2edecd69-f0ce-4815-94af-351a89d40aaa>
Fri, 28 Nov 2008 17:39:14 +0000 (28 17:39 +0000)
tree27a2526d6fc3b4600f18572e77f9fb8890ccfb39
parent6824d85d7c2115287063136977aabb0562667dc6
added compile time options NOCRYPT,NODAEMON,NOEXEC for easyier windows porting
moved crypto init functions to cryptinit.hpp and exec to sysexec.hpp (as this will be platform dependant)

git-svn-id: https://anytun.org/svn/anytun@619 2edecd69-f0ce-4815-94af-351a89d40aaa
13 files changed:
src/anytun.cpp
src/authAlgo.cpp
src/authAlgo.h
src/authAlgoFactory.cpp
src/cipher.cpp
src/cipher.h
src/cipherFactory.cpp
src/cryptinit.hpp [new file with mode: 0644]
src/daemon.hpp
src/keyDerivation.cpp
src/keyDerivation.h
src/keyDerivationFactory.cpp
src/sysexec.hpp [new file with mode: 0644]