summaryrefslogtreecommitdiff
path: root/src/fips-186-rng-test.cpp
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2020-07-15 13:23:19 -0700
committerjhurst <jhurst@cinecert.com>2020-07-15 13:23:19 -0700
commit0b6febadb714c3d5a62779fef076d88f066a61ba (patch)
tree70185d31ce31219c77a560efb1e434eb409fc4f5 /src/fips-186-rng-test.cpp
parentd9757786bb5a2d7a6cc9bce7cfb1a8b52d6391cf (diff)
replaced openssl dependency with internal SHA-1 API
Diffstat (limited to 'src/fips-186-rng-test.cpp')
-rwxr-xr-xsrc/fips-186-rng-test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fips-186-rng-test.cpp b/src/fips-186-rng-test.cpp
index 08a1665..8c94595 100755
--- a/src/fips-186-rng-test.cpp
+++ b/src/fips-186-rng-test.cpp
@@ -31,7 +31,6 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <KM_util.h>
#include <KM_prng.h>
-#include <openssl/sha.h>
using namespace Kumu;