Constantin Rack 89d4e995ef Problem: return code of sodium_init() is not checked.
There are two todo comments in curve_client.cpp and curve_server.cpp that suggest
checking the return code of sodium_init() call. sodium_init() returns -1 on error,
0 on success and 1 if it has been called before and is already initalized:
https://github.com/jedisct1/libsodium/blob/master/src/libsodium/sodium/core.c
2015-11-03 18:04:42 +02:00
..
2009-09-08 15:06:08 +02:00
2014-01-12 12:30:45 +01:00
2015-06-23 14:34:33 +03:00
2015-11-01 09:10:09 +01:00
2012-06-12 21:30:24 -04:00