diff options
Diffstat (limited to 'security/ruby-cast_256/files/patch-rcast_256.cc')
-rw-r--r-- | security/ruby-cast_256/files/patch-rcast_256.cc | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/security/ruby-cast_256/files/patch-rcast_256.cc b/security/ruby-cast_256/files/patch-rcast_256.cc deleted file mode 100644 index b50d62eec7db..000000000000 --- a/security/ruby-cast_256/files/patch-rcast_256.cc +++ /dev/null @@ -1,18 +0,0 @@ ---- rcast_256.cc.orig Sun May 23 15:26:24 1999 -+++ rcast_256.cc Tue Oct 8 18:46:29 2002 -@@ -107,12 +107,12 @@ - }
-
-
--extern "C" EXTERN void Init_rcast_256(void){
-+extern "C" void Init_rcast_256(void){
- VALUE mCAST_256 = rb_define_module("RCAST_256");
-
- rb_define_const(mCAST_256, "ENCRYPT", INT2FIX(ENCRYPT) );
- rb_define_const(mCAST_256, "DECRYPT", INT2FIX(DECRYPT) );
-
-- rb_define_module_function(mCAST_256, "set_key",(unsigned long (__cdecl *)(void)) set_key ,1);
-- rb_define_module_function(mCAST_256, "crypt_block",(unsigned long (__cdecl *)(void)) crypt_block ,3);
-+ rb_define_module_function(mCAST_256, "set_key",(unsigned long (__cdecl *)(...)) set_key ,1);
-+ rb_define_module_function(mCAST_256, "crypt_block",(unsigned long (__cdecl *)(...)) crypt_block ,3);
- }
|