diff options
Diffstat (limited to 'security/py-twofish/files/patch-twofishmodule.c')
-rw-r--r-- | security/py-twofish/files/patch-twofishmodule.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/py-twofish/files/patch-twofishmodule.c b/security/py-twofish/files/patch-twofishmodule.c new file mode 100644 index 000000000000..dfe8209d0e56 --- /dev/null +++ b/security/py-twofish/files/patch-twofishmodule.c @@ -0,0 +1,11 @@ +--- twofishmodule.c.orig Wed Oct 15 06:46:16 2003 ++++ twofishmodule.c Wed Oct 15 06:46:30 2003 +@@ -489,7 +489,7 @@ + Functions:\n\ + new() -- return a new twofish object.\n\ + \n\ +-Special Objects: ++Special Objects: \n\ + \n\ + TwoFishType -- type object for TwoFish objects. \n"; + |