diff options
Diffstat (limited to 'ext/openssl/ossl_rand.h')
-rw-r--r-- | ext/openssl/ossl_rand.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/openssl/ossl_rand.h b/ext/openssl/ossl_rand.h index db635f89ff..8f77a3b239 100644 --- a/ext/openssl/ossl_rand.h +++ b/ext/openssl/ossl_rand.h @@ -1,5 +1,4 @@ /* - * $Id$ * 'OpenSSL for Ruby' project * Copyright (C) 2001-2002 Michal Rokos <[email protected]> * All rights reserved. @@ -17,4 +16,3 @@ extern VALUE eRandomError; void Init_ossl_rand(void); #endif /* _OSSL_RAND_H_ */ - |