summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/hidden/openssl/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/hidden/openssl/ui.h')
-rw-r--r--src/lib/libcrypto/hidden/openssl/ui.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/hidden/openssl/ui.h b/src/lib/libcrypto/hidden/openssl/ui.h
index 7ad9ca0285..812714aa98 100644
--- a/src/lib/libcrypto/hidden/openssl/ui.h
+++ b/src/lib/libcrypto/hidden/openssl/ui.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ui.h,v 1.1 2022/11/12 13:16:10 beck Exp $ */ 1/* $OpenBSD: ui.h,v 1.2 2022/12/17 21:59:39 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2022 Bob Beck <beck@openbsd.org> 3 * Copyright (c) 2022 Bob Beck <beck@openbsd.org>
4 * 4 *
@@ -48,6 +48,7 @@ LCRYPTO_USED(UI_get_default_method);
48LCRYPTO_USED(UI_get_method); 48LCRYPTO_USED(UI_get_method);
49LCRYPTO_USED(UI_set_method); 49LCRYPTO_USED(UI_set_method);
50LCRYPTO_USED(UI_OpenSSL); 50LCRYPTO_USED(UI_OpenSSL);
51LCRYPTO_USED(UI_null);
51LCRYPTO_USED(UI_create_method); 52LCRYPTO_USED(UI_create_method);
52LCRYPTO_USED(UI_destroy_method); 53LCRYPTO_USED(UI_destroy_method);
53LCRYPTO_USED(UI_method_set_opener); 54LCRYPTO_USED(UI_method_set_opener);