Skip to content

Could not load symbol "EVP_md2" #28

@iuliadmtru

Description

@iuliadmtru

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions