openssl/include/internal
Richard Levitte 37b8f1e21c Clarify what RUN_ONCE returns
RUN_ONCE really just returns 0 on failure or whatever the init
function returned.  By convention, however, the init function must
return 0 on failure and 1 on success.  This needed to be clarified.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2225)
2017-01-13 13:10:21 +01:00
..
bio.h More parameter naming of BIO_read*/BIO_write* related functions 2016-10-28 09:48:54 +01:00
comp.h Copyright consolidation 03/10 2016-05-17 14:24:17 -04:00
conf.h RT4562: Fix misleading doc on OPENSSL_config 2016-06-14 12:30:37 -04:00
constant_time_locl.h Provide some constant time functions for dealing with size_t values 2016-11-04 12:09:46 +00:00
dane.h Perform DANE-EE(3) name checks by default 2016-07-12 10:16:34 -04:00
dso.h Add a DSO_dsobyaddr() function 2016-11-02 23:32:50 +00:00
err.h Copyright consolidation 03/10 2016-05-17 14:24:17 -04:00
numbers.h Copyright consolidation 03/10 2016-05-17 14:24:17 -04:00
o_dir.h Copyright consolidation 03/10 2016-05-17 14:24:17 -04:00
o_str.h Remove internal functions OPENSSL_strcasecmp and OPENSSL_strncasecmp 2016-05-28 02:15:04 +02:00
refcount.h Add support for reference counting using C11 atomics 2016-11-17 22:02:25 +01:00
thread_once.h Clarify what RUN_ONCE returns 2017-01-13 13:10:21 +01:00