Change #include filenames from <foo.h> to <openssl.h>.
Submitted by: Reviewed by: PR:
This commit is contained in:
@@ -60,9 +60,9 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include "cryptlib.h"
|
||||
#include "asn1.h"
|
||||
#include "objects.h"
|
||||
#include "x509.h"
|
||||
#include <openssl/asn1.h>
|
||||
#include <openssl/objects.h>
|
||||
#include <openssl/x509.h>
|
||||
|
||||
int X509_issuer_and_serial_cmp(X509 *a, X509 *b)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user