Skip to content

Commit

Permalink
* ext/openssl/*: Remove svn commit id macros to make sync easier
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51918 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
zzak committed Sep 22, 2015
1 parent f213f50 commit 0ecc368
Show file tree
Hide file tree
Showing 58 changed files with 4 additions and 122 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Wed Sep 23 01:11:28 2015 Zachary Scott <zzak@ruby-lang.org>

* ext/openssl/*: Remove svn commit id macros to make sync easier

Tue Sep 22 04:20:01 2015 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp>

* test/drb/test_drb.rb: Run Rinda/DRb tests on localhost. [Fix GH-1027]
Expand Down
5 changes: 0 additions & 5 deletions ext/openssl/extconf.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# -*- coding: us-ascii -*-
=begin
= $RCSfile$ -- Generator for Makefile
= Info
'OpenSSL for Ruby 2' project
Copyright (C) 2002 Michal Rokos <m.rokos@sh.cvut.cz>
Expand All @@ -10,9 +8,6 @@
= Licence
This program is licensed under the same licence as Ruby.
(See the file 'LICENCE'.)
= Version
$Id$
=end

require "mkmf"
Expand Down
5 changes: 0 additions & 5 deletions ext/openssl/lib/openssl.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
=begin
= $RCSfile$ -- Loader for all OpenSSL C-space and Ruby-space definitions
= Info
'OpenSSL for Ruby 2' project
Copyright (C) 2002 Michal Rokos <m.rokos@sh.cvut.cz>
Expand All @@ -9,9 +7,6 @@
= Licence
This program is licensed under the same licence as Ruby.
(See the file 'LICENCE'.)
= Version
$Id$
=end

require 'openssl.so'
Expand Down
7 changes: 0 additions & 7 deletions ext/openssl/lib/openssl/bn.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#--
#
# $RCSfile$
#
# = Ruby-space definitions that completes C-space funcs for BN
#
# = Info
Expand All @@ -12,10 +10,6 @@
# = Licence
# This program is licensed under the same licence as Ruby.
# (See the file 'LICENCE'.)
#
# = Version
# $Id$
#
#++

module OpenSSL
Expand All @@ -42,4 +36,3 @@ def to_bn
OpenSSL::BN::new(self)
end
end # Integer

5 changes: 0 additions & 5 deletions ext/openssl/lib/openssl/buffering.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# coding: binary
#--
#= $RCSfile$ -- Buffering mix-in module.
#
#= Info
# 'OpenSSL for Ruby 2' project
# Copyright (C) 2001 GOTOU YUUZOU <gotoyuzo@notwork.org>
Expand All @@ -10,9 +8,6 @@
#= Licence
# This program is licensed under the same licence as Ruby.
# (See the file 'LICENCE'.)
#
#= Version
# $Id$
#++

##
Expand Down
7 changes: 0 additions & 7 deletions ext/openssl/lib/openssl/cipher.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
#--
#
# $RCSfile$
#
# = Ruby-space predefined Cipher subclasses
#
# = Info
Expand All @@ -12,10 +9,6 @@
# = Licence
# This program is licensed under the same licence as Ruby.
# (See the file 'LICENCE'.)
#
# = Version
# $Id$
#
#++

module OpenSSL
Expand Down
8 changes: 0 additions & 8 deletions ext/openssl/lib/openssl/digest.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
#--
#
# $RCSfile$
#
# = Ruby-space predefined Digest subclasses
#
# = Info
Expand All @@ -12,10 +9,6 @@
# = Licence
# This program is licensed under the same licence as Ruby.
# (See the file 'LICENCE'.)
#
# = Version
# $Id$
#
#++

module OpenSSL
Expand Down Expand Up @@ -85,4 +78,3 @@ def Digest(name)
module_function :Digest

end # OpenSSL

5 changes: 0 additions & 5 deletions ext/openssl/lib/openssl/ssl.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
=begin
= $RCSfile$ -- Ruby-space definitions that completes C-space funcs for SSL
= Info
'OpenSSL for Ruby 2' project
Copyright (C) 2001 GOTOU YUUZOU <gotoyuzo@notwork.org>
Expand All @@ -9,9 +7,6 @@
= Licence
This program is licensed under the same licence as Ruby.
(See the file 'LICENCE'.)
= Version
$Id$
=end

require "openssl/buffering"
Expand Down
7 changes: 0 additions & 7 deletions ext/openssl/lib/openssl/x509.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
#--
#
# $RCSfile$
#
# = Ruby-space definitions that completes C-space funcs for X509 and subclasses
#
# = Info
Expand All @@ -12,10 +9,6 @@
# = Licence
# This program is licensed under the same licence as Ruby.
# (See the file 'LICENCE'.)
#
# = Version
# $Id$
#
#++

module OpenSSL
Expand Down
2 changes: 0 additions & 2 deletions ext/openssl/openssl_missing.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/*
* $Id$
* 'OpenSSL for Ruby' project
* Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>
* All rights reserved.
Expand Down Expand Up @@ -353,4 +352,3 @@ ASN1_put_eoc(unsigned char **pp)
return 2;
}
#endif

2 changes: 0 additions & 2 deletions ext/openssl/openssl_missing.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/*
* $Id$
* 'OpenSSL for Ruby' project
* Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>
* All rights reserved.
Expand Down Expand Up @@ -195,4 +194,3 @@ int ASN1_put_eoc(unsigned char **pp);


#endif /* _OSSL_OPENSSL_MISSING_H_ */

2 changes: 0 additions & 2 deletions ext/openssl/ossl.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/*
* $Id$
* 'OpenSSL for Ruby' project
* Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>
* All rights reserved.
Expand Down Expand Up @@ -1179,4 +1178,3 @@ main(int argc, char *argv[])
return 0;
}
#endif /* OSSL_DEBUG */

2 changes: 0 additions & 2 deletions ext/openssl/ossl.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/*
* $Id$
* 'OpenSSL for Ruby' project
* Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>
* All rights reserved.
Expand Down Expand Up @@ -247,4 +246,3 @@ void Init_openssl(void);
#endif

#endif /* _OSSL_H_ */

1 change: 0 additions & 1 deletion ext/openssl/ossl_asn1.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/*
* $Id$
* 'OpenSSL for Ruby' team members
* Copyright (C) 2003
* All rights reserved.
Expand Down
1 change: 0 additions & 1 deletion ext/openssl/ossl_asn1.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/*
* $Id$
* 'OpenSSL for Ruby' team members
* Copyright (C) 2003
* All rights reserved.
Expand Down
1 change: 0 additions & 1 deletion ext/openssl/ossl_bio.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/*
* $Id$
* 'OpenSSL for Ruby' team members
* Copyright (C) 2003
* All rights reserved.
Expand Down
2 changes: 0 additions & 2 deletions ext/openssl/ossl_bio.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/*
* $Id$
* 'OpenSSL for Ruby' team members
* Copyright (C) 2003
* All rights reserved.
Expand All @@ -18,4 +17,3 @@ VALUE ossl_membio2str(BIO*);
VALUE ossl_protect_membio2str(BIO*,int*);

#endif

2 changes: 0 additions & 2 deletions ext/openssl/ossl_bn.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/*
* $Id$
* 'OpenSSL for Ruby' project
* Copyright (C) 2001-2002 Technorama team <oss-ruby@technorama.net>
* All rights reserved.
Expand Down Expand Up @@ -1051,4 +1050,3 @@ Init_ossl_bn(void)
*/
rb_define_method(cBN, "prime_fasttest?", ossl_bn_is_prime_fasttest, -1);
}

2 changes: 0 additions & 2 deletions ext/openssl/ossl_bn.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/*
* $Id$
* 'OpenSSL for Ruby' project
* Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>
* All rights reserved.
Expand All @@ -22,4 +21,3 @@ void Init_ossl_bn(void);


#endif /* _OSS_BN_H_ */

2 changes: 0 additions & 2 deletions ext/openssl/ossl_cipher.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/*
* $Id$
* 'OpenSSL for Ruby' project
* Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>
* All rights reserved.
Expand Down Expand Up @@ -1010,4 +1009,3 @@ Init_ossl_cipher(void)
rb_define_method(cCipher, "block_size", ossl_cipher_block_size, 0);
rb_define_method(cCipher, "padding=", ossl_cipher_set_padding, 1);
}

2 changes: 0 additions & 2 deletions ext/openssl/ossl_cipher.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/*
* $Id$
* 'OpenSSL for Ruby' project
* Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>
* All rights reserved.
Expand All @@ -19,4 +18,3 @@ VALUE ossl_cipher_new(const EVP_CIPHER *);
void Init_ossl_cipher(void);

#endif /* _OSSL_CIPHER_H_ */

1 change: 0 additions & 1 deletion ext/openssl/ossl_config.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/*
* $Id$
* 'OpenSSL for Ruby' project
* Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>
* All rights reserved.
Expand Down
2 changes: 0 additions & 2 deletions ext/openssl/ossl_config.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/*
* $Id$
* 'OpenSSL for Ruby' project
* Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>
* All rights reserved.
Expand All @@ -19,4 +18,3 @@ CONF* DupConfigPtr(VALUE obj);
void Init_ossl_config(void);

#endif /* _OSSL_CONFIG_H_ */

1 change: 0 additions & 1 deletion ext/openssl/ossl_digest.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/*
* $Id$
* 'OpenSSL for Ruby' project
* Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>
* All rights reserved.
Expand Down
2 changes: 0 additions & 2 deletions ext/openssl/ossl_digest.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/*
* $Id$
* 'OpenSSL for Ruby' project
* Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>
* All rights reserved.
Expand All @@ -19,4 +18,3 @@ VALUE ossl_digest_new(const EVP_MD *);
void Init_ossl_digest(void);

#endif /* _OSSL_DIGEST_H_ */

1 change: 0 additions & 1 deletion ext/openssl/ossl_engine.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/*
* $Id$
* 'OpenSSL for Ruby' project
* Copyright (C) 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
* All rights reserved.
Expand Down
1 change: 0 additions & 1 deletion ext/openssl/ossl_engine.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/*
* $Id$
* 'OpenSSL for Ruby' project
* Copyright (C) 2003 Michal Rokos <m.rokos@sh.cvut.cz>
* Copyright (C) 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
Expand Down
1 change: 0 additions & 1 deletion ext/openssl/ossl_hmac.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/*
* $Id$
* 'OpenSSL for Ruby' project
* Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>
* All rights reserved.
Expand Down
1 change: 0 additions & 1 deletion ext/openssl/ossl_hmac.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/*
* $Id$
* 'OpenSSL for Ruby' project
* Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>
* All rights reserved.
Expand Down
2 changes: 0 additions & 2 deletions ext/openssl/ossl_ns_spki.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/*
* $Id$
* 'OpenSSL for Ruby' project
* Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>
* All rights reserved.
Expand Down Expand Up @@ -404,4 +403,3 @@ Init_ossl_ns_spki(void)
rb_define_method(cSPKI, "challenge", ossl_spki_get_challenge, 0);
rb_define_method(cSPKI, "challenge=", ossl_spki_set_challenge, 1);
}

2 changes: 0 additions & 2 deletions ext/openssl/ossl_ns_spki.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/*
* $Id$
* 'OpenSSL for Ruby' project
* Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>
* All rights reserved.
Expand All @@ -18,4 +17,3 @@ extern VALUE eSPKIError;
void Init_ossl_ns_spki(void);

#endif /* _OSSL_NS_SPKI_H_ */

1 change: 0 additions & 1 deletion ext/openssl/ossl_ocsp.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/*
* $Id$
* 'OpenSSL for Ruby' project
* Copyright (C) 2003 Michal Rokos <m.rokos@sh.cvut.cz>
* Copyright (C) 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
Expand Down
1 change: 0 additions & 1 deletion ext/openssl/ossl_ocsp.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/*
* $Id$
* 'OpenSSL for Ruby' project
* Copyright (C) 2003 Michal Rokos <m.rokos@sh.cvut.cz>
* Copyright (C) 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
Expand Down
1 change: 0 additions & 1 deletion ext/openssl/ossl_pkcs12.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ extern VALUE ePKCS12Error;
void Init_ossl_pkcs12(void);

#endif /* _OSSL_PKCS12_H_ */

1 change: 0 additions & 1 deletion ext/openssl/ossl_pkcs5.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/*
* $Id$
* Copyright (C) 2007 Technorama Ltd. <oss-ruby@technorama.net>
*/
#include "ossl.h"
Expand Down
1 change: 0 additions & 1 deletion ext/openssl/ossl_pkcs7.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/*
* $Id$
* 'OpenSSL for Ruby' project
* Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>
* All rights reserved.
Expand Down
Loading

0 comments on commit 0ecc368

Please sign in to comment.