[ruby/openssl] Fix references to the license text
Update the references to the file "LICENCE" with "COPYING".
The file LICENCE doesn't exist in ruby/ruby nor ruby/openssl. This has
been always the case since OpenSSL for Ruby 2 was merged to the ruby
tree as a standard library in 2003.
In OpenSSL for Ruby 2's CVS repository[1], the LICENCE file contained
an old version of the Ruby License, identical to the COPYING file that
was in Ruby's tree at that time (r4128[2]).
[1] http://cvs.savannah.gnu.org/viewvc/rubypki/ossl2/LICENCE?revision=1.1.1.1&view=markup
[2] 231247c010/COPYING
https://github.com/ruby/openssl/commit/5bccf07d04
This commit is contained in:
parent
6475b093fb
commit
69c0b1438a
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
= Licence
|
= Licence
|
||||||
This program is licensed under the same licence as Ruby.
|
This program is licensed under the same licence as Ruby.
|
||||||
(See the file 'LICENCE'.)
|
(See the file 'COPYING'.)
|
||||||
=end
|
=end
|
||||||
|
|
||||||
require "mkmf"
|
require "mkmf"
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
= Licence
|
= Licence
|
||||||
This program is licensed under the same licence as Ruby.
|
This program is licensed under the same licence as Ruby.
|
||||||
(See the file 'LICENCE'.)
|
(See the file 'COPYING'.)
|
||||||
=end
|
=end
|
||||||
|
|
||||||
require 'openssl.so'
|
require 'openssl.so'
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
#
|
#
|
||||||
# = Licence
|
# = Licence
|
||||||
# This program is licensed under the same licence as Ruby.
|
# This program is licensed under the same licence as Ruby.
|
||||||
# (See the file 'LICENCE'.)
|
# (See the file 'COPYING'.)
|
||||||
#++
|
#++
|
||||||
|
|
||||||
module OpenSSL
|
module OpenSSL
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
#
|
#
|
||||||
#= Licence
|
#= Licence
|
||||||
# This program is licensed under the same licence as Ruby.
|
# This program is licensed under the same licence as Ruby.
|
||||||
# (See the file 'LICENCE'.)
|
# (See the file 'COPYING'.)
|
||||||
#++
|
#++
|
||||||
|
|
||||||
##
|
##
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
#
|
#
|
||||||
# = Licence
|
# = Licence
|
||||||
# This program is licensed under the same licence as Ruby.
|
# This program is licensed under the same licence as Ruby.
|
||||||
# (See the file 'LICENCE'.)
|
# (See the file 'COPYING'.)
|
||||||
#++
|
#++
|
||||||
|
|
||||||
module OpenSSL
|
module OpenSSL
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
#
|
#
|
||||||
# = Licence
|
# = Licence
|
||||||
# This program is licensed under the same licence as Ruby.
|
# This program is licensed under the same licence as Ruby.
|
||||||
# (See the file 'LICENCE'.)
|
# (See the file 'COPYING'.)
|
||||||
#++
|
#++
|
||||||
|
|
||||||
module OpenSSL
|
module OpenSSL
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
#
|
#
|
||||||
# = Licence
|
# = Licence
|
||||||
# This program is licensed under the same licence as Ruby.
|
# This program is licensed under the same licence as Ruby.
|
||||||
# (See the file 'LICENCE'.)
|
# (See the file 'COPYING'.)
|
||||||
#++
|
#++
|
||||||
module OpenSSL
|
module OpenSSL
|
||||||
module Marshal
|
module Marshal
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
= Licence
|
= Licence
|
||||||
This program is licensed under the same licence as Ruby.
|
This program is licensed under the same licence as Ruby.
|
||||||
(See the file 'LICENCE'.)
|
(See the file 'COPYING'.)
|
||||||
=end
|
=end
|
||||||
|
|
||||||
require "openssl/buffering"
|
require "openssl/buffering"
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
#
|
#
|
||||||
# = Licence
|
# = Licence
|
||||||
# This program is licensed under the same licence as Ruby.
|
# This program is licensed under the same licence as Ruby.
|
||||||
# (See the file 'LICENCE'.)
|
# (See the file 'COPYING'.)
|
||||||
#++
|
#++
|
||||||
|
|
||||||
require_relative 'marshal'
|
require_relative 'marshal'
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* This program is licensed under the same licence as Ruby.
|
* This program is licensed under the same licence as Ruby.
|
||||||
* (See the file 'LICENCE'.)
|
* (See the file 'COPYING'.)
|
||||||
*/
|
*/
|
||||||
#include RUBY_EXTCONF_H
|
#include RUBY_EXTCONF_H
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* This program is licensed under the same licence as Ruby.
|
* This program is licensed under the same licence as Ruby.
|
||||||
* (See the file 'LICENCE'.)
|
* (See the file 'COPYING'.)
|
||||||
*/
|
*/
|
||||||
#if !defined(_OSSL_OPENSSL_MISSING_H_)
|
#if !defined(_OSSL_OPENSSL_MISSING_H_)
|
||||||
#define _OSSL_OPENSSL_MISSING_H_
|
#define _OSSL_OPENSSL_MISSING_H_
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* This program is licensed under the same licence as Ruby.
|
* This program is licensed under the same licence as Ruby.
|
||||||
* (See the file 'LICENCE'.)
|
* (See the file 'COPYING'.)
|
||||||
*/
|
*/
|
||||||
#include "ossl.h"
|
#include "ossl.h"
|
||||||
#include <stdarg.h> /* for ossl_raise */
|
#include <stdarg.h> /* for ossl_raise */
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* This program is licensed under the same licence as Ruby.
|
* This program is licensed under the same licence as Ruby.
|
||||||
* (See the file 'LICENCE'.)
|
* (See the file 'COPYING'.)
|
||||||
*/
|
*/
|
||||||
#if !defined(_OSSL_H_)
|
#if !defined(_OSSL_H_)
|
||||||
#define _OSSL_H_
|
#define _OSSL_H_
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* This program is licensed under the same licence as Ruby.
|
* This program is licensed under the same licence as Ruby.
|
||||||
* (See the file 'LICENCE'.)
|
* (See the file 'COPYING'.)
|
||||||
*/
|
*/
|
||||||
#include "ossl.h"
|
#include "ossl.h"
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* This program is licensed under the same licence as Ruby.
|
* This program is licensed under the same licence as Ruby.
|
||||||
* (See the file 'LICENCE'.)
|
* (See the file 'COPYING'.)
|
||||||
*/
|
*/
|
||||||
#if !defined(_OSSL_ASN1_H_)
|
#if !defined(_OSSL_ASN1_H_)
|
||||||
#define _OSSL_ASN1_H_
|
#define _OSSL_ASN1_H_
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* This program is licensed under the same licence as Ruby.
|
* This program is licensed under the same licence as Ruby.
|
||||||
* (See the file 'LICENCE'.)
|
* (See the file 'COPYING'.)
|
||||||
*/
|
*/
|
||||||
#include "ossl.h"
|
#include "ossl.h"
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* This program is licensed under the same licence as Ruby.
|
* This program is licensed under the same licence as Ruby.
|
||||||
* (See the file 'LICENCE'.)
|
* (See the file 'COPYING'.)
|
||||||
*/
|
*/
|
||||||
#if !defined(_OSSL_BIO_H_)
|
#if !defined(_OSSL_BIO_H_)
|
||||||
#define _OSSL_BIO_H_
|
#define _OSSL_BIO_H_
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* This program is licensed under the same licence as Ruby.
|
* This program is licensed under the same licence as Ruby.
|
||||||
* (See the file 'LICENCE'.)
|
* (See the file 'COPYING'.)
|
||||||
*/
|
*/
|
||||||
/* modified by Michal Rokos <m.rokos@sh.cvut.cz> */
|
/* modified by Michal Rokos <m.rokos@sh.cvut.cz> */
|
||||||
#include "ossl.h"
|
#include "ossl.h"
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* This program is licensed under the same licence as Ruby.
|
* This program is licensed under the same licence as Ruby.
|
||||||
* (See the file 'LICENCE'.)
|
* (See the file 'COPYING'.)
|
||||||
*/
|
*/
|
||||||
#if !defined(_OSSL_BN_H_)
|
#if !defined(_OSSL_BN_H_)
|
||||||
#define _OSSL_BN_H_
|
#define _OSSL_BN_H_
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* This program is licensed under the same licence as Ruby.
|
* This program is licensed under the same licence as Ruby.
|
||||||
* (See the file 'LICENCE'.)
|
* (See the file 'COPYING'.)
|
||||||
*/
|
*/
|
||||||
#include "ossl.h"
|
#include "ossl.h"
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* This program is licensed under the same licence as Ruby.
|
* This program is licensed under the same licence as Ruby.
|
||||||
* (See the file 'LICENCE'.)
|
* (See the file 'COPYING'.)
|
||||||
*/
|
*/
|
||||||
#if !defined(_OSSL_CIPHER_H_)
|
#if !defined(_OSSL_CIPHER_H_)
|
||||||
#define _OSSL_CIPHER_H_
|
#define _OSSL_CIPHER_H_
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* This program is licensed under the same licence as Ruby.
|
* This program is licensed under the same licence as Ruby.
|
||||||
* (See the file 'LICENCE'.)
|
* (See the file 'COPYING'.)
|
||||||
*/
|
*/
|
||||||
#include "ossl.h"
|
#include "ossl.h"
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* This program is licensed under the same licence as Ruby.
|
* This program is licensed under the same licence as Ruby.
|
||||||
* (See the file 'LICENCE'.)
|
* (See the file 'COPYING'.)
|
||||||
*/
|
*/
|
||||||
#ifndef OSSL_CONFIG_H
|
#ifndef OSSL_CONFIG_H
|
||||||
#define OSSL_CONFIG_H
|
#define OSSL_CONFIG_H
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* This program is licensed under the same licence as Ruby.
|
* This program is licensed under the same licence as Ruby.
|
||||||
* (See the file 'LICENCE'.)
|
* (See the file 'COPYING'.)
|
||||||
*/
|
*/
|
||||||
#include "ossl.h"
|
#include "ossl.h"
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* This program is licensed under the same licence as Ruby.
|
* This program is licensed under the same licence as Ruby.
|
||||||
* (See the file 'LICENCE'.)
|
* (See the file 'COPYING'.)
|
||||||
*/
|
*/
|
||||||
#if !defined(_OSSL_DIGEST_H_)
|
#if !defined(_OSSL_DIGEST_H_)
|
||||||
#define _OSSL_DIGEST_H_
|
#define _OSSL_DIGEST_H_
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* This program is licensed under the same licence as Ruby.
|
* This program is licensed under the same licence as Ruby.
|
||||||
* (See the file 'LICENCE'.)
|
* (See the file 'COPYING'.)
|
||||||
*/
|
*/
|
||||||
#include "ossl.h"
|
#include "ossl.h"
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* This program is licensed under the same licence as Ruby.
|
* This program is licensed under the same licence as Ruby.
|
||||||
* (See the file 'LICENCE'.)
|
* (See the file 'COPYING'.)
|
||||||
*/
|
*/
|
||||||
#if !defined(OSSL_ENGINE_H)
|
#if !defined(OSSL_ENGINE_H)
|
||||||
#define OSSL_ENGINE_H
|
#define OSSL_ENGINE_H
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* This program is licensed under the same licence as Ruby.
|
* This program is licensed under the same licence as Ruby.
|
||||||
* (See the file 'LICENCE'.)
|
* (See the file 'COPYING'.)
|
||||||
*/
|
*/
|
||||||
#include "ossl.h"
|
#include "ossl.h"
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* This program is licensed under the same licence as Ruby.
|
* This program is licensed under the same licence as Ruby.
|
||||||
* (See the file 'LICENCE'.)
|
* (See the file 'COPYING'.)
|
||||||
*/
|
*/
|
||||||
#if !defined(_OSSL_HMAC_H_)
|
#if !defined(_OSSL_HMAC_H_)
|
||||||
#define _OSSL_HMAC_H_
|
#define _OSSL_HMAC_H_
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* This program is licensed under the same licence as Ruby.
|
* This program is licensed under the same licence as Ruby.
|
||||||
* (See the file 'LICENCE'.)
|
* (See the file 'COPYING'.)
|
||||||
*/
|
*/
|
||||||
#include "ossl.h"
|
#include "ossl.h"
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* This program is licensed under the same licence as Ruby.
|
* This program is licensed under the same licence as Ruby.
|
||||||
* (See the file 'LICENCE'.)
|
* (See the file 'COPYING'.)
|
||||||
*/
|
*/
|
||||||
#if !defined(_OSSL_NS_SPKI_H_)
|
#if !defined(_OSSL_NS_SPKI_H_)
|
||||||
#define _OSSL_NS_SPKI_H_
|
#define _OSSL_NS_SPKI_H_
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* This program is licensed under the same licence as Ruby.
|
* This program is licensed under the same licence as Ruby.
|
||||||
* (See the file 'LICENCE'.)
|
* (See the file 'COPYING'.)
|
||||||
*/
|
*/
|
||||||
#include "ossl.h"
|
#include "ossl.h"
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* This program is licensed under the same licence as Ruby.
|
* This program is licensed under the same licence as Ruby.
|
||||||
* (See the file 'LICENCE'.)
|
* (See the file 'COPYING'.)
|
||||||
*/
|
*/
|
||||||
#if !defined(_OSSL_OCSP_H_)
|
#if !defined(_OSSL_OCSP_H_)
|
||||||
#define _OSSL_OCSP_H_
|
#define _OSSL_OCSP_H_
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* This program is licensed under the same licence as Ruby.
|
* This program is licensed under the same licence as Ruby.
|
||||||
* (See the file 'LICENCE'.)
|
* (See the file 'COPYING'.)
|
||||||
*/
|
*/
|
||||||
#include "ossl.h"
|
#include "ossl.h"
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* This program is licensed under the same licence as Ruby.
|
* This program is licensed under the same licence as Ruby.
|
||||||
* (See the file 'LICENCE'.)
|
* (See the file 'COPYING'.)
|
||||||
*/
|
*/
|
||||||
#if !defined(_OSSL_PKCS12_H_)
|
#if !defined(_OSSL_PKCS12_H_)
|
||||||
#define _OSSL_PKCS12_H_
|
#define _OSSL_PKCS12_H_
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* This program is licensed under the same licence as Ruby.
|
* This program is licensed under the same licence as Ruby.
|
||||||
* (See the file 'LICENCE'.)
|
* (See the file 'COPYING'.)
|
||||||
*/
|
*/
|
||||||
#include "ossl.h"
|
#include "ossl.h"
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* This program is licensed under the same licence as Ruby.
|
* This program is licensed under the same licence as Ruby.
|
||||||
* (See the file 'LICENCE'.)
|
* (See the file 'COPYING'.)
|
||||||
*/
|
*/
|
||||||
#if !defined(_OSSL_PKCS7_H_)
|
#if !defined(_OSSL_PKCS7_H_)
|
||||||
#define _OSSL_PKCS7_H_
|
#define _OSSL_PKCS7_H_
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* This program is licensed under the same licence as Ruby.
|
* This program is licensed under the same licence as Ruby.
|
||||||
* (See the file 'LICENCE'.)
|
* (See the file 'COPYING'.)
|
||||||
*/
|
*/
|
||||||
#include "ossl.h"
|
#include "ossl.h"
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* This program is licensed under the same licence as Ruby.
|
* This program is licensed under the same licence as Ruby.
|
||||||
* (See the file 'LICENCE'.)
|
* (See the file 'COPYING'.)
|
||||||
*/
|
*/
|
||||||
#if !defined(OSSL_PKEY_H)
|
#if !defined(OSSL_PKEY_H)
|
||||||
#define OSSL_PKEY_H
|
#define OSSL_PKEY_H
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* This program is licensed under the same licence as Ruby.
|
* This program is licensed under the same licence as Ruby.
|
||||||
* (See the file 'LICENCE'.)
|
* (See the file 'COPYING'.)
|
||||||
*/
|
*/
|
||||||
#include "ossl.h"
|
#include "ossl.h"
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* This program is licensed under the same licence as Ruby.
|
* This program is licensed under the same licence as Ruby.
|
||||||
* (See the file 'LICENCE'.)
|
* (See the file 'COPYING'.)
|
||||||
*/
|
*/
|
||||||
#include "ossl.h"
|
#include "ossl.h"
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* This program is licensed under the same licence as Ruby.
|
* This program is licensed under the same licence as Ruby.
|
||||||
* (See the file 'LICENCE'.)
|
* (See the file 'COPYING'.)
|
||||||
*/
|
*/
|
||||||
#include "ossl.h"
|
#include "ossl.h"
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* This program is licensed under the same licence as Ruby.
|
* This program is licensed under the same licence as Ruby.
|
||||||
* (See the file 'LICENCE'.)
|
* (See the file 'COPYING'.)
|
||||||
*/
|
*/
|
||||||
#include "ossl.h"
|
#include "ossl.h"
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* This program is licensed under the same licence as Ruby.
|
* This program is licensed under the same licence as Ruby.
|
||||||
* (See the file 'LICENCE'.)
|
* (See the file 'COPYING'.)
|
||||||
*/
|
*/
|
||||||
#include "ossl.h"
|
#include "ossl.h"
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* This program is licensed under the same licence as Ruby.
|
* This program is licensed under the same licence as Ruby.
|
||||||
* (See the file 'LICENCE'.)
|
* (See the file 'COPYING'.)
|
||||||
*/
|
*/
|
||||||
#if !defined(_OSSL_RAND_H_)
|
#if !defined(_OSSL_RAND_H_)
|
||||||
#define _OSSL_RAND_H_
|
#define _OSSL_RAND_H_
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* This program is licensed under the same licence as Ruby.
|
* This program is licensed under the same licence as Ruby.
|
||||||
* (See the file 'LICENCE'.)
|
* (See the file 'COPYING'.)
|
||||||
*/
|
*/
|
||||||
#include "ossl.h"
|
#include "ossl.h"
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* This program is licensed under the same licence as Ruby.
|
* This program is licensed under the same licence as Ruby.
|
||||||
* (See the file 'LICENCE'.)
|
* (See the file 'COPYING'.)
|
||||||
*/
|
*/
|
||||||
#if !defined(_OSSL_SSL_H_)
|
#if !defined(_OSSL_SSL_H_)
|
||||||
#define _OSSL_SSL_H_
|
#define _OSSL_SSL_H_
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* This program is licenced under the same licence as Ruby.
|
* This program is licenced under the same licence as Ruby.
|
||||||
* (See the file 'LICENCE'.)
|
* (See the file 'COPYING'.)
|
||||||
*/
|
*/
|
||||||
#include "ossl.h"
|
#include "ossl.h"
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* This program is licenced under the same licence as Ruby.
|
* This program is licenced under the same licence as Ruby.
|
||||||
* (See the file 'LICENCE'.)
|
* (See the file 'COPYING'.)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if !defined(_OSSL_TS_H_)
|
#if !defined(_OSSL_TS_H_)
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* This program is licensed under the same licence as Ruby.
|
* This program is licensed under the same licence as Ruby.
|
||||||
* (See the file 'LICENCE'.)
|
* (See the file 'COPYING'.)
|
||||||
*/
|
*/
|
||||||
#include "ossl.h"
|
#include "ossl.h"
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* This program is licensed under the same licence as Ruby.
|
* This program is licensed under the same licence as Ruby.
|
||||||
* (See the file 'LICENCE'.)
|
* (See the file 'COPYING'.)
|
||||||
*/
|
*/
|
||||||
#if !defined(_OSSL_X509_H_)
|
#if !defined(_OSSL_X509_H_)
|
||||||
#define _OSSL_X509_H_
|
#define _OSSL_X509_H_
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* This program is licensed under the same licence as Ruby.
|
* This program is licensed under the same licence as Ruby.
|
||||||
* (See the file 'LICENCE'.)
|
* (See the file 'COPYING'.)
|
||||||
*/
|
*/
|
||||||
#include "ossl.h"
|
#include "ossl.h"
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* This program is licensed under the same licence as Ruby.
|
* This program is licensed under the same licence as Ruby.
|
||||||
* (See the file 'LICENCE'.)
|
* (See the file 'COPYING'.)
|
||||||
*/
|
*/
|
||||||
#include "ossl.h"
|
#include "ossl.h"
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* This program is licensed under the same licence as Ruby.
|
* This program is licensed under the same licence as Ruby.
|
||||||
* (See the file 'LICENCE'.)
|
* (See the file 'COPYING'.)
|
||||||
*/
|
*/
|
||||||
#include "ossl.h"
|
#include "ossl.h"
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* This program is licensed under the same licence as Ruby.
|
* This program is licensed under the same licence as Ruby.
|
||||||
* (See the file 'LICENCE'.)
|
* (See the file 'COPYING'.)
|
||||||
*/
|
*/
|
||||||
#include "ossl.h"
|
#include "ossl.h"
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* This program is licensed under the same licence as Ruby.
|
* This program is licensed under the same licence as Ruby.
|
||||||
* (See the file 'LICENCE'.)
|
* (See the file 'COPYING'.)
|
||||||
*/
|
*/
|
||||||
#include "ossl.h"
|
#include "ossl.h"
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* This program is licensed under the same licence as Ruby.
|
* This program is licensed under the same licence as Ruby.
|
||||||
* (See the file 'LICENCE'.)
|
* (See the file 'COPYING'.)
|
||||||
*/
|
*/
|
||||||
#include "ossl.h"
|
#include "ossl.h"
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* This program is licensed under the same licence as Ruby.
|
* This program is licensed under the same licence as Ruby.
|
||||||
* (See the file 'LICENCE'.)
|
* (See the file 'COPYING'.)
|
||||||
*/
|
*/
|
||||||
#include "ossl.h"
|
#include "ossl.h"
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* This program is licensed under the same licence as Ruby.
|
* This program is licensed under the same licence as Ruby.
|
||||||
* (See the file 'LICENCE'.)
|
* (See the file 'COPYING'.)
|
||||||
*/
|
*/
|
||||||
#include "ossl.h"
|
#include "ossl.h"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user