jeroen / openssl

OpenSSL bindings for R
Other
63 stars 21 forks source link

mdc2 is erroring #7

Closed Ironholds closed 9 years ago

Ironholds commented 9 years ago

Discovered while rebuilding the test suite:

mdc2("foo") Error in stringhash(x, algo, salt) : Unknown cryptographic algorithm mdc2

jeroen commented 9 years ago

Interesting. Works here. Which version of openssl are you building with?

jeroen commented 9 years ago

Looks like it is disabled by default in v1.0.1. So we probably better remove it.

Ironholds commented 9 years ago

"OpenSSL 1.0.1f 6 Jan 2014" - yep. I'll remove it; one mo.

Ironholds commented 9 years ago

Should now be fixed.