summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-09-26 22:27:59 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-09-26 22:27:59 +0000
commit73d252fe0f8eb5889316403ab8d5205c5a46b073 (patch)
tree8d5e5e1c9642f6c81d2be76942298b9ab5ac5404 /main.c
parentd6398b436414fd1f27fa84441a159a5292f5ed3c (diff)
Replace the BSD-licensed sha-1 from SSLeay with a public domain
version in order to satisfy GPL license zelots.
Diffstat (limited to 'main.c')
-rw-r--r--main.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/main.c b/main.c
index 1f02af9c..61fa40da 100644
--- a/main.c
+++ b/main.c
@@ -74,23 +74,6 @@ fixes, and suggestions.\n\
along with this program; if not, write to the Free Software\n\
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n\
");
-#ifdef HAVE_PGP
-
-const char* ShaCopyright = N_("\n\
-SHA1 implementation Copyright (C) 1995-1997 Eric A. Young <eay@cryptsoft.com>\n\
-\n\
- Redistribution and use in source and binary forms, with or without\n\
- modification, are permitted under certain conditions.\n\
-\n\
- The SHA1 implementation comes AS IS, and ANY EXPRESS OR IMPLIED\n\
- WARRANTIES, including, but not limited to, the implied warranties of\n\
- merchantability and fitness for a particular purpose ARE DISCLAIMED.\n\
-\n\
- You should have received a copy of the full distribution terms\n\
- along with this program; if not, write to the program's developers.\n\
-");
-#endif
-
void mutt_exit (int code)
{
@@ -595,9 +578,6 @@ int main (int argc, char **argv)
default:
printf ("Mutt %s (%s)\n", MUTT_VERSION, ReleaseDate);
puts (_(Copyright));
-#ifdef HAVE_PGP
- puts(_(ShaCopyright));
-#endif
puts (_(ReachingUs));
exit (0);
}