JKRhb / dtls2

A DTLS library for Dart based on OpenSSL.
MIT License
3 stars 0 forks source link

Typo at lib.dart line 68 ? #43

Closed Ifilehk closed 1 year ago

Ifilehk commented 1 year ago

should be: return _loadLibrary(libNames, 'libcrypto'); and not return _loadLibrary(libNames, 'libssl');

JKRhb commented 1 year ago

Thank you for spotting that, @Ifilehk! :)