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

Could not load symbol "EVP_md2" #28

Open
iuliadmtru opened this issue Jul 7, 2023 · 0 comments
Open

Could not load symbol "EVP_md2" #28

iuliadmtru opened this issue Jul 7, 2023 · 0 comments

Comments

@iuliadmtru
Copy link

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
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

No branches or pull requests

1 participant