1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Import openssl-2.2.0 (#2693)

Import the master branch of ruby/openssl for preparing to release openssl-2.2.0
This commit is contained in:
Hiroshi SHIBATA 2020-02-16 15:21:29 +09:00 committed by GitHub
parent 0bfa479c52
commit b99775b163
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
Notes: git 2020-02-16 15:21:52 +09:00
Merged-By: hsbt <hsbt@ruby-lang.org>
77 changed files with 3905 additions and 341 deletions

16
ext/openssl/ossl_ts.h Normal file
View file

@ -0,0 +1,16 @@
/*
*
* Copyright (C) 2010 Martin Bosslet <Martin.Bosslet@googlemail.com>
* All rights reserved.
*/
/*
* This program is licenced under the same licence as Ruby.
* (See the file 'LICENCE'.)
*/
#if !defined(_OSSL_TS_H_)
#define _OSSL_TS_H_
void Init_ossl_ts(void);
#endif