-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
I'm sure this is a very, very minor thing, but shouldn't this work?
julia> EvpMD2()
ERROR: could not load symbol "EVP_md2":
dlsym(0x8e716ac0, EVP_md2): symbol not found
Stacktrace:
[1] EvpMD2()
@ OpenSSL ~/.julia/packages/OpenSSL/8wxMC/src/OpenSSL.jl:1174
[2] top-level scope
@ REPL[3]:1
This works:
julia> EvpMD5()
OpenSSL.EvpDigest(Ptr{Nothing} @0x00000001177484d0)
Seems like EvpMD2
is exported. I couldn't find anything about Evp_md2
, apart from this line. I don't know if this helps though..
Julia Version 1.9.1
Commit 147bdf428cd (2023-06-07 08:27 UTC)
Platform Info:
OS: macOS (arm64-apple-darwin22.4.0)
CPU: 8 × Apple M1
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-14.0.6 (ORCJIT, apple-m1)
Threads: 1 on 4 virtual cores
Metadata
Metadata
Assignees
Labels
No labels