{@snippet lang = c : const char OpenSSL_version(int type) }
(int type)
| 1120 | * } |
| 1121 | */ |
| 1122 | public static MemorySegment OpenSSL_version(int type) { |
| 1123 | var mh$ = OpenSSL_version.HANDLE; |
| 1124 | try { |
| 1125 | if (TRACE_DOWNCALLS) { |
| 1126 | traceDowncall("OpenSSL_version", type); |
| 1127 | } |
| 1128 | return (MemorySegment) mh$.invokeExact(type); |
| 1129 | } catch (Throwable ex$) { |
| 1130 | throw new AssertionError("should not reach here", ex$); |
| 1131 | } |
| 1132 | } |
| 1133 | |
| 1134 | private static class CRYPTO_free { |
| 1135 | public static final FunctionDescriptor DESC = |
no test coverage detected