summaryrefslogtreecommitdiff
path: root/testing/crypto_speed_test.c
AgeCommit message (Collapse)Author
2014-01-19proper windows preprocessor detectionBen Iofel
2013-10-24Removed define that could become confusing.irungentoo
2013-10-19Removed unnecessary #ifAntonio Montes
2013-10-19fixed build errors on windowsAntonio Montes
2013-09-06Allow to build vs nacl instead of libsodiumJin^eLD
By default libsodium is used. Only if --enable-nacl is specified, then nacl will be used instead of libsodium. Pass locations of nacl headers and libraries by using the following options: --with-nacl-headers=/home/me/somewhere/nacl-20110221/build/469/include/amd64/ --with-nacl-libs=/home/me/somewhere/nacl-20110221/build/469/lib/amd64/
2013-08-24Rename core directory because of autoconf name clashjin-eld
While doing the checks configure might generate "core" files and will then try to remove them. Having a "core" directory generates an error while runing the configure script. There's no workaround but to rename the core directory.
2013-08-16Passed everything through astyle.irungentoo
2013-08-11Fixed warnings on WindowsMaxim Biro
2013-08-10Added crypto_speed_testslvr