diff options
author | jsing <> | 2014-07-12 01:20:25 +0000 |
---|---|---|
committer | jsing <> | 2014-07-12 01:20:25 +0000 |
commit | 2b0153d4f076d501b21de2e54937a5bb1b139635 (patch) | |
tree | cb217fd8fb935cea61fc26de366b7e407229df65 /src/lib/libressl/shlib_version | |
parent | c95157e4b6c5e281cb496ef41f9969df25abef91 (diff) | |
download | openbsd-2b0153d4f076d501b21de2e54937a5bb1b139635.tar.gz openbsd-2b0153d4f076d501b21de2e54937a5bb1b139635.tar.bz2 openbsd-2b0153d4f076d501b21de2e54937a5bb1b139635.zip |
Initial version of libressl - a library that provides a clean, simple,
consistent and secure-by-default API for SSL clients (and soon servers).
This is a long way from complete and the interface will likely change
substantially - committing now so that further work can happen in the tree.
Initiated by tedu@ and inspired by discussions with tedu@, beck@ and
other developers.
Diffstat (limited to '')
-rw-r--r-- | src/lib/libressl/shlib_version | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/libressl/shlib_version b/src/lib/libressl/shlib_version new file mode 100644 index 0000000000..1edea46de9 --- /dev/null +++ b/src/lib/libressl/shlib_version | |||
@@ -0,0 +1,2 @@ | |||
1 | major=1 | ||
2 | minor=0 | ||