Change #include filenames from <foo.h> to <openssl.h>.
Submitted by: Reviewed by: PR:
This commit is contained in:
@@ -57,10 +57,10 @@
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include "buffer.h"
|
||||
#include "rand.h"
|
||||
#include "objects.h"
|
||||
#include "evp.h"
|
||||
#include <openssl/buffer.h>
|
||||
#include <openssl/rand.h>
|
||||
#include <openssl/objects.h>
|
||||
#include <openssl/evp.h>
|
||||
#include "ssl_locl.h"
|
||||
|
||||
#define BREAK break
|
||||
|
Reference in New Issue
Block a user