Change #include filenames from <foo.h> to <openssl.h>.
Submitted by: Reviewed by: PR:
This commit is contained in:
@@ -59,8 +59,8 @@
|
||||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
#include "cryptlib.h"
|
||||
#include "buffer.h"
|
||||
#include "evp.h"
|
||||
#include <openssl/buffer.h>
|
||||
#include <openssl/evp.h>
|
||||
|
||||
/* BIO_put and BIO_get both add to the digest,
|
||||
* BIO_gets returns the digest */
|
||||
|
||||
Reference in New Issue
Block a user