K 10 svn:author V 4 jkim K 8 svn:date V 27 2020-02-27T22:36:16.562041Z K 7 svn:log V 222 Do not free p and g parameters after calling DH_set0_pqg(3). It is specifically mentioned in the manual page. Note it has no functional change in reality because DH_set0_pqg() cannot fail when both p and g are not NULL. END