Commit 925d17f3 authored by Richard Levitte's avatar Richard Levitte
Browse files

Define a few internal macros for easy use of run_once functions



Because pthread_once() takes a function taking no argument and
returning nothing, and we want to be able to check if they're
successful, we define a few internal macros to get around the issue.

Reviewed-by: default avatarKurt Roeckx <kurt@openssl.org>
parent aebb9aac
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment