Latest update.

This commit is contained in:
2019-10-17 23:54:38 +09:00
parent 41a23ae6f6
commit ee84d0dd84
1357 changed files with 41111 additions and 9603 deletions
+1 -1
View File
@@ -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)
{
+2 -2
View File
@@ -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
View File
@@ -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",
+1 -1
View File
@@ -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
View File
@@ -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