Skip to content

Commit

Permalink
Note on openssl v1.1incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
EverGreenCoinDev committed Jun 28, 2018
1 parent 3721db6 commit f88f567
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/readme-qt.rst
Expand Up @@ -28,6 +28,18 @@ Alternatively, install Qt Creator and open the `EverGreenCoin-Qt.pro` file.

An executable named `EverGreenCoin-Qt` will be built.

Error: invalid use of incomplete type ‘BIGNUM {aka struct bignum_st}’

Because of incompatibilities with openssl v1.1 still yet removed, users of newer distrobustions may encounter errors related to the BIGNUM (CBigNum) data type.

Installing openssl v1.0 will resolve this:

::

sudo apt-get install openssl1.0 openssl1.0-dev
Work will continue to make the code compatible with openssl v1.1 as soon as possible. The changes are very considerable, as many of the functions and data constructors were changed in openssl v1.1.


Windows
--------
Expand Down

0 comments on commit f88f567

Please sign in to comment.