sync
This commit is contained in:
parent
f1b2576417
commit
2a351e0cdc
347 changed files with 9596 additions and 5486 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $OpenBSD: ui.h,v 1.2 2022/12/17 21:59:39 tb Exp $ */
|
||||
/* $OpenBSD: ui.h,v 1.3 2023/07/05 21:14:54 bcook Exp $ */
|
||||
/*
|
||||
* Copyright (c) 2022 Bob Beck <beck@openbsd.org>
|
||||
*
|
||||
|
@ -18,7 +18,11 @@
|
|||
#ifndef _LIBCRYPTO_UI_H
|
||||
#define _LIBCRYPTO_UI_H
|
||||
|
||||
#ifndef _MSC_VER
|
||||
#include_next <openssl/ui.h>
|
||||
#else
|
||||
#include "../include/openssl/ui.h"
|
||||
#endif
|
||||
#include "crypto_namespace.h"
|
||||
|
||||
LCRYPTO_USED(UI_new);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue