mirror of
https://github.com/xcat2/xcat-dep.git
synced 2026-07-16 19:00:45 +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
93.4%
Perl
2%
Assembly
1.5%
JavaScript
0.8%
Makefile
0.6%
Other
1.7%