Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix miniupnpc versioning. #42

Merged
merged 1 commit into from
Jan 20, 2020
Merged

Conversation

TheGoddessInari
Copy link
Contributor

This should fix #40.

I just used the API versioning that's in miniupnpc. It's worth noting that the header was changed back in 2015, so 2.0 is also affected.

I couldn't compile-test as I could find any compiler that accepted the CBigNum* to BIGNUM* implicit conversions, whether Ubuntu 18.04, MingW, or anything else.

@cdberkstresser
Copy link

cdberkstresser commented Jan 8, 2019

I had that same problem with CBigNum/BIGNUM. I believe that went away when I specifically installed libssl1.0-dev (still available on ubuntu 18.10)

@TheGoddessInari
Copy link
Contributor Author

@cdberkstresser Thanks, that worked to get it compiling on WSL (with libupnp 1.9), so it's compile tested against Ubuntu 18.04.
I wouldn't anticipate any problems then.

@cygnusxi cygnusxi merged commit 4f9b816 into cygnusxi:master Jan 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

seems like curecoin client v2.0.0.1 lost UPnP function
3 participants