diff options
Diffstat (limited to 'ext/openssl/ossl_digest.h')
-rw-r--r-- | ext/openssl/ossl_digest.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/openssl/ossl_digest.h b/ext/openssl/ossl_digest.h index d5abd279ad..512f7d3a39 100644 --- a/ext/openssl/ossl_digest.h +++ b/ext/openssl/ossl_digest.h @@ -1,5 +1,4 @@ /* - * $Id$ * 'OpenSSL for Ruby' project * Copyright (C) 2001-2002 Michal Rokos <[email protected]> * All rights reserved. @@ -19,4 +18,3 @@ VALUE ossl_digest_new(const EVP_MD *); void Init_ossl_digest(void); #endif /* _OSSL_DIGEST_H_ */ - |