From 03c088b936c1bea55687c6345799b28b98c24ee9 Mon Sep 17 00:00:00 2001 From: Zachary Scott Date: Wed, 23 Sep 2015 09:26:00 -0400 Subject: Sync with ruby trunk --- ext/openssl/ossl_cipher.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'ext/openssl/ossl_cipher.c') diff --git a/ext/openssl/ossl_cipher.c b/ext/openssl/ossl_cipher.c index 3e92d656..1318378c 100644 --- a/ext/openssl/ossl_cipher.c +++ b/ext/openssl/ossl_cipher.c @@ -1,5 +1,4 @@ /* - * $Id$ * 'OpenSSL for Ruby' project * Copyright (C) 2001-2002 Michal Rokos * All rights reserved. @@ -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); } - -- cgit v1.2.3