ext/rubysl/openssl/ossl_x509.c in rubysl-openssl-2.4.0 vs ext/rubysl/openssl/ossl_x509.c in rubysl-openssl-2.5.0

- old
+ new

@@ -1,13 +1,12 @@ /* - * $Id: ossl_x509.c 47744 2014-09-30 05:25:32Z nobu $ * 'OpenSSL for Ruby' project * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * All rights reserved. */ /* - * This program is licenced under the same licence as Ruby. + * This program is licensed under the same licence as Ruby. * (See the file 'LICENCE'.) */ #include "ossl.h" VALUE mX509; @@ -99,6 +98,5 @@ DefX509Default(CERT_FILE, cert_file); DefX509Default(CERT_DIR_ENV, cert_dir_env); DefX509Default(CERT_FILE_ENV, cert_file_env); DefX509Default(PRIVATE_DIR, private_dir); } -