Make DRBG uninstantiate() and instantiate() methods inverse to each other
[openssl.git] / test / poly1305_internal_test.c
index 592f4b6e83dc65e9b1dc412cfb507a6b03e0e0fa..3631f3488a0c872a5f8e90f5ef25256aa6d29088 100644 (file)
@@ -15,7 +15,8 @@
 #include "testutil.h"
 #include "internal/poly1305.h"
 #include "../crypto/poly1305/poly1305_local.h"
-#include "e_os.h"
+#include "internal/nelem.h"
+#include "internal/cryptlib.h"
 
 typedef struct {
     size_t size;
@@ -40,8 +41,7 @@ static void benchmark_poly1305()
     POLY1305 poly1305;
     unsigned char key[32];
     unsigned char buf[8192];
-    unsigned long long stopwatch;
-    unsigned long long OPENSSL_rdtsc();
+    uint32_t stopwatch;
     unsigned int i;
 
     memset (buf,0x55,sizeof(buf));