diff options
author | Rob Austein <sra@hactrn.net> | 2015-12-21 16:22:20 -0500 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2015-12-21 16:22:20 -0500 |
commit | 36f9b6627d41f72af38be1d819f37c20a11f43c5 (patch) | |
tree | 15287c76d9da007c0488ab3a68ea831a4f11739b /GNUmakefile | |
parent | 905db64f075752de96c80eb4e3bd431342bb9700 (diff) |
Fix names of private key DER functions.
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index e0b4730..dc7fe50 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -94,5 +94,5 @@ distclean: clean tags: TAGS -TAGS: *.[ch] tests/*.[ch] +TAGS: *.[ch] tests/*.[ch] utils/*.[ch] etags $^ |