1
mirror of https://github.com/jedisct1/libsodium.git synced 2024-12-19 18:15:18 -07:00
This commit is contained in:
Frank Denis 2013-11-20 14:08:57 -08:00
parent 0331a0da97
commit b64f19d439

View File

@ -112,7 +112,7 @@ A convenience header includes everything you need to use the library:
#include <sodium.h>
This is not required, however, before any other libsodium function, it
This is not required, however, before any other libsodium functions, it
is recommended to call:
sodium_init();