diff options
Diffstat (limited to 'openssl/options.cli')
-rw-r--r-- | openssl/options.cli | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/openssl/options.cli b/openssl/options.cli new file mode 100644 index 0000000..1b4bc98 --- /dev/null +++ b/openssl/options.cli @@ -0,0 +1,9 @@ +// file : openssl/options.cli +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// license : MIT; see accompanying LICENSE file + +include <openssl/types.hxx>; + +namespace openssl +{ +} |