rspamd_cryptobox_cpuid (cpu, 0);
nid = cpu[0];
+ rspamd_cryptobox_cpuid (cpu, 1);
if (nid > 1) {
if ((cpu[3] & ((gint)1 << 26))) {
#include "xxhash.h"
#include "utlist.h"
#include "libstat/stat_api.h"
+#include "cryptobox.h"
#ifdef HAVE_OPENSSL
#include <openssl/rand.h>
#include <openssl/err.h>
struct rlimit rlim;
ottery_init (NULL);
+
+ rspamd_cryptobox_init ();
#ifdef HAVE_SETLOCALE
/* Set locale setting to C locale to avoid problems in future */
setlocale (LC_ALL, "C");
GString *b32_key;
double diff, total_diff = 0.0;
+ rspamd_cryptobox_init ();
rspamd_snprintf (filepath, sizeof (filepath), "/tmp/http-test-XXXXXX");
g_assert ((fd = mkstemp (filepath)) != -1);
-
for (i = 0; i < file_blocks; i ++) {
memset (buf, 0, sizeof (buf));
g_assert (write (fd, buf, sizeof (buf)) == sizeof (buf));