summaryrefslogtreecommitdiffstats
path: root/pgpkey.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-02-09 23:04:28 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-02-09 23:04:28 +0000
commitef27d6dd7737e9bcd4f131c4c8853f4fb9a4cd01 (patch)
tree062ade84e3dda7bdc60d54dbbb2e1e94f7d230bc /pgpkey.c
parentcb5d7ef45ca9df14c24a0002baea9183c93a2451 (diff)
browser.h: re-insert the "tagged" component.
pgp support: fix handling of PGP 5 subkeys, algorithm 20.
Diffstat (limited to 'pgpkey.c')
-rw-r--r--pgpkey.c25
1 files changed, 14 insertions, 11 deletions
diff --git a/pgpkey.c b/pgpkey.c
index 07d583d8..5c184f87 100644
--- a/pgpkey.c
+++ b/pgpkey.c
@@ -2,19 +2,22 @@
* Copyright (C) 1996,1997 Michael R. Elkins <me@cs.hmc.edu>
* Copyright (c) 1998,1999 Thomas Roessler <roessler@guug.de>
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
+ * This program is free software; you can redistribute it
+ * and/or modify it under the terms of the GNU General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later
+ * version.
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * This program is distributed in the hope that it will be
+ * useful, but WITHOUT ANY WARRANTY; without even the implied
+ * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+ * PURPOSE. See the GNU General Public License for more
+ * details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * You should have received a copy of the GNU General Public
+ * License along with this program; if not, write to the Free
+ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA
+ * 02139, USA.
*/
#include "mutt.h"