Changeset 315
- Timestamp:
- 11/30/05 09:44:32
- Files:
-
- openpgpsdk/trunk/Makefile (modified) (1 diff)
- openpgpsdk/trunk/include/openpgpsdk/version.h (added)
- openpgpsdk/trunk/src/armour.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
openpgpsdk/trunk/Makefile
r295 r315 1 #2 # $Id$3 #4 5 1 # order of build of subdirs is important 6 2 # openpgpsdk/trunk/src/armour.c
r314 r315 5 5 #include <openpgpsdk/create.h> 6 6 #include <openpgpsdk/signature.h> 7 #include <openpgpsdk/version.h> 7 8 8 9 #include <string.h> … … 888 889 void ops_writer_switch_to_signature(ops_create_info_t *info) 889 890 { 890 static char header[]="\r\n-----BEGIN PGP SIGNATURE-----\r\n\r\n"; 891 static char header[]="\r\n-----BEGIN PGP SIGNATURE-----\r\nVersion: " 892 OPS_VERSION_STRING "\r\n\r\n"; 891 893 892 894 ops_writer_pop(info);
