Closed joeldeleep closed 7 months ago
vnc.c:815:12: error: dereferencing pointer to incomplete type ‘DH {aka struct dh_st}’ dh_struct->g = BN_new();
above mentioned error is shown during the make i am using medua 2.2 which i downloaded from http://www.foofus.net/jmk/tools/medusa-2.2.tar.gz
Deprecated OpenSSL calls (e.g., DH) have been removed, so should no longer be an issue.
vnc.c:815:12: error: dereferencing pointer to incomplete type ‘DH {aka struct dh_st}’ dh_struct->g = BN_new();
above mentioned error is shown during the make i am using medua 2.2 which i downloaded from http://www.foofus.net/jmk/tools/medusa-2.2.tar.gz