Parent Directory
|
Revision Log
|
Patch
| revision 119 by rabbi, Wed Nov 7 00:44:09 2001 UTC | revision 120 by weaselp, Sat Aug 3 17:08:02 2002 UTC | |
|---|---|---|
| # | Line 6 | Line 6 |
| 6 | details. | details. |
| 7 | ||
| 8 | Create OpenPGP packets | Create OpenPGP packets |
| 9 | $Id: pgpcreat.c,v 1.3 2001/11/07 00:44:09 rabbi Exp $ */ | $Id: pgpcreat.c,v 1.4 2002/08/03 17:08:02 weaselp Exp $ */ |
| 10 | ||
| 11 | ||
| 12 | #include "mix3.h" | #include "mix3.h" |
| # | Line 15 | Line 15 |
| 15 | #include "crypto.h" | #include "crypto.h" |
| 16 | #include <assert.h> | #include <assert.h> |
| 17 | #include <time.h> | #include <time.h> |
| 18 | #include <time.h> | #include <string.h> |
| 19 | ||
| 20 | int pgp_packet(BUFFER *in, int type) | int pgp_packet(BUFFER *in, int type) |
| 21 | { | { |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |