head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.6 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.4 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.2 pkgsrc-2025Q3-base:1.1; locks; strict; comment @-- @; 1.1 date 2025.08.15.08.10.03; author dkazankov; state Exp; branches; next ; commitid gRILv30ypwElIN6G; desc @@ 1.1 log @net/ada-polyorb: Add new package 25.0.0 Polymorphic, reusable infrastructure for building object-oriented distributed systems @ text @$NetBSD: patch-src_security_tls_polyorb-tls.adb,v 1.0 2024/12/17 20:00:00 dkazankov Exp $ Fix deprecated init function --- src/security/tls/polyorb-tls.ads.orig 2024-08-23 19:03:44.000000000 +0300 +++ src/security/tls/polyorb-tls.ads @@@@ -50,6 +50,8 @@@@ type TLS_Verification_Mode is array (TLS_Verification_Mode_Flag) of Boolean; + type INIT_SETTINGS_ACCESS is private; + type TLS_Context_Type is private; type TLS_Cipher_Type is private; @@@@ -189,6 +191,10 @@@@ private + type OPENSSL_INIT_SETTINGS is null record; + pragma Convention (C, OPENSSL_INIT_SETTINGS); + type INIT_SETTINGS_ACCESS is access all OPENSSL_INIT_SETTINGS; + -- TLS Context type TLS_Context_Record is null record; @