mirror of
https://github.com/xcat2/xcat-dep.git
synced 2026-09-22 09:32:27 +00:00
30dfa855388dc03c2b111a02c03bc1dc581aa46b
OpenSSL 3.x made the DH struct opaque. Replace direct dh->p/dh->g member access with DH_set0_pqg() behind a version guard so older OpenSSL (< 1.1.0) keeps the original code path.
Description
No description provided
Languages
C
89%
Perl
6.7%
Assembly
1.4%
JavaScript
0.8%
Makefile
0.6%
Other
1.4%