Latest update.
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@
|
||||
#include <openssl/buffer.h>
|
||||
#include <openssl/ui.h>
|
||||
#include <openssl/err.h>
|
||||
#include "ui_locl.h"
|
||||
#include "ui_local.h"
|
||||
|
||||
UI *UI_new(void)
|
||||
{
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
* https://www.openssl.org/source/license.html
|
||||
*/
|
||||
|
||||
#ifndef HEADER_UI_LOCL_H
|
||||
# define HEADER_UI_LOCL_H
|
||||
#ifndef OSSL_CRYPTO_UI_LOCAL_H
|
||||
# define OSSL_CRYPTO_UI_LOCAL_H
|
||||
|
||||
# include <openssl/ui.h>
|
||||
# include <openssl/crypto.h>
|
||||
+1
-1
@@ -7,7 +7,7 @@
|
||||
* https://www.openssl.org/source/license.html
|
||||
*/
|
||||
|
||||
#include "ui_locl.h"
|
||||
#include "ui_local.h"
|
||||
|
||||
static const UI_METHOD ui_null = {
|
||||
"OpenSSL NULL UI",
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
# endif
|
||||
# endif
|
||||
|
||||
# include "ui_locl.h"
|
||||
# include "ui_local.h"
|
||||
# include "internal/cryptlib.h"
|
||||
|
||||
# ifdef OPENSSL_SYS_VMS /* prototypes for sys$whatever */
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@
|
||||
|
||||
#include <string.h>
|
||||
#include "internal/thread_once.h"
|
||||
#include "ui_locl.h"
|
||||
#include "ui_local.h"
|
||||
|
||||
#ifndef BUFSIZ
|
||||
#define BUFSIZ 256
|
||||
|
||||
Reference in New Issue
Block a user