mirror of
https://github.com/openssl/openssl.git
synced 2024-12-04 23:43:55 +08:00
Include correctly.
This commit is contained in:
parent
45ba475b81
commit
ea5003bd1e
@ -55,10 +55,10 @@ ENGINE_load_cryptodev(void)
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <crypto/cryptodev.h>
|
||||
#include <crypto/dh/dh.h>
|
||||
#include <crypto/dsa/dsa.h>
|
||||
#include <crypto/err/err.h>
|
||||
#include <crypto/rsa/rsa.h>
|
||||
#include <openssl/dh.h>
|
||||
#include <openssl/dsa.h>
|
||||
#include <openssl/err.h>
|
||||
#include <openssl/rsa.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
|
Loading…
Reference in New Issue
Block a user