1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Created configuration files

This commit is contained in:
Werner Koch 2001-10-31 11:47:04 +00:00
parent e4a1c76763
commit a1b39ba850
5 changed files with 42 additions and 0 deletions

6
sm/gpgsm.c Normal file
View file

@ -0,0 +1,6 @@
int
main (int argc, char **argv)
{
return 0;
}