ponylang / crypto

Library of common cryptographic algorithms and functions for Pony
https://ponylang.io
BSD 2-Clause "Simplified" License
11 stars 8 forks source link

digest.pony uses undocumented ifdef to select openssl version #17

Closed wwjjbb closed 1 year ago

wwjjbb commented 4 years ago

Given this effectively defaults to the older openssl, there should be a mention in the "Installation" section. i.e.

stable env ponyc -D "openssl_1.1.x"

wwjjbb commented 4 years ago

Also, I don't think define values should be defaulted. You should always have to set a value or else get a compile error - at least you'd know what was going on then.

To keep the build command simple, it would be nice to be able to set the values in stable's bundle.json