jedisct1 / libsodium

A modern, portable, easy to use crypto library.

Home Page:https://libsodium.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compiling test codes successfully ,but the generated executable file does not run.

yanluo558 opened this issue · comments

When running the code /test/default/aead_aes256gcm.c, I compiled successfully ,but the generated executable file does not run.
Here is my code:
gcc aead_aes256gcm.c -o a -lsodium
./a
Why this happened?

Hi,

The test suite is compiled and run with the make check command.

See the installation page in the documentation.