From e6cb2c87dc119268a75ac6f41645b96400abdd7c Mon Sep 17 00:00:00 2001 From: aunsane Date: Wed, 20 Dec 2017 23:44:35 +0300 Subject: libtox moved to tox folder instead of libs --- .../crypto_pwhash_scryptsalsa208sha256/runtime.h | 33 ---------------------- 1 file changed, 33 deletions(-) delete mode 100644 libs/libtox/src/toxencryptsave/crypto_pwhash_scryptsalsa208sha256/runtime.h (limited to 'libs/libtox/src/toxencryptsave/crypto_pwhash_scryptsalsa208sha256/runtime.h') diff --git a/libs/libtox/src/toxencryptsave/crypto_pwhash_scryptsalsa208sha256/runtime.h b/libs/libtox/src/toxencryptsave/crypto_pwhash_scryptsalsa208sha256/runtime.h deleted file mode 100644 index 874915ef42..0000000000 --- a/libs/libtox/src/toxencryptsave/crypto_pwhash_scryptsalsa208sha256/runtime.h +++ /dev/null @@ -1,33 +0,0 @@ -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif -#ifdef VANILLA_NACL /* toxcore only uses this when libsodium is unavailable */ - -#ifndef __SODIUM_RUNTIME_H__ -#define __SODIUM_RUNTIME_H__ 1 - -#include "export.h" - -#ifdef __cplusplus -extern "C" { -#endif - -SODIUM_EXPORT -int sodium_runtime_get_cpu_features(void); - -SODIUM_EXPORT -int sodium_runtime_has_neon(void); - -SODIUM_EXPORT -int sodium_runtime_has_sse2(void); - -SODIUM_EXPORT -int sodium_runtime_has_sse3(void); - -#ifdef __cplusplus -} -#endif - -#endif - -#endif -- cgit v1.2.3