Fix "error: ‘MaurerRandomnessTest’ was not declared in this scope"

pull/696/head
Jeffrey Walton 2018-07-28 18:52:22 -04:00
parent 138ce8f626
commit 32d2ad1ca5
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 2 additions and 1 deletions

View File

@ -10,8 +10,9 @@
#include "cpu.h"
#include "validate.h"
#include "osrng.h"
#include "rng.h"
#include "drbg.h"
#include "osrng.h"
#include "rdrand.h"
#include "mersenne.h"
#include "padlkrng.h"