x509v3.h header file not needed in fips algorithm test utilities.
This commit is contained in:
parent
4a716f5beb
commit
3deb010dc0
6 changed files with 0 additions and 7 deletions
|
@ -67,8 +67,6 @@
|
|||
#include <openssl/err.h>
|
||||
#include <openssl/bn.h>
|
||||
|
||||
#include <openssl/x509v3.h>
|
||||
|
||||
#ifndef OPENSSL_FIPS
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
|
|
|
@ -28,7 +28,6 @@ int main(int argc, char **argv)
|
|||
#include <openssl/err.h>
|
||||
#include <openssl/rand.h>
|
||||
#include <openssl/fips_rand.h>
|
||||
#include <openssl/x509v3.h>
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
|
||||
|
|
|
@ -66,7 +66,6 @@
|
|||
#include <openssl/hmac.h>
|
||||
#include <openssl/err.h>
|
||||
#include <openssl/bn.h>
|
||||
#include <openssl/x509v3.h>
|
||||
|
||||
#ifndef OPENSSL_FIPS
|
||||
|
||||
|
|
|
@ -66,7 +66,6 @@
|
|||
#include <openssl/hmac.h>
|
||||
#include <openssl/err.h>
|
||||
#include <openssl/bn.h>
|
||||
#include <openssl/x509v3.h>
|
||||
|
||||
#ifndef OPENSSL_FIPS
|
||||
|
||||
|
|
|
@ -65,7 +65,6 @@
|
|||
#include <openssl/evp.h>
|
||||
#include <openssl/hmac.h>
|
||||
#include <openssl/err.h>
|
||||
#include <openssl/x509v3.h>
|
||||
#include <openssl/bn.h>
|
||||
|
||||
#ifndef OPENSSL_FIPS
|
||||
|
|
|
@ -65,7 +65,6 @@
|
|||
#include <openssl/evp.h>
|
||||
#include <openssl/err.h>
|
||||
#include <openssl/bn.h>
|
||||
#include <openssl/x509v3.h>
|
||||
|
||||
#ifndef OPENSSL_FIPS
|
||||
|
||||
|
|
Loading…
Reference in a new issue