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_bn.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'ext/openssl/ossl_bn.c') diff --git a/ext/openssl/ossl_bn.c b/ext/openssl/ossl_bn.c index 190dbb1a..fba86cdd 100644 --- a/ext/openssl/ossl_bn.c +++ b/ext/openssl/ossl_bn.c @@ -1,5 +1,4 @@ /* - * $Id$ * 'OpenSSL for Ruby' project * Copyright (C) 2001-2002 Technorama team * All rights reserved. @@ -1051,4 +1050,3 @@ Init_ossl_bn(void) */ rb_define_method(cBN, "prime_fasttest?", ossl_bn_is_prime_fasttest, -1); } - -- cgit v1.2.3