summaryrefslogtreecommitdiff
path: root/source4/heimdal/lib/asn1/symbol.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/heimdal/lib/asn1/symbol.c')
-rw-r--r--source4/heimdal/lib/asn1/symbol.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/source4/heimdal/lib/asn1/symbol.c b/source4/heimdal/lib/asn1/symbol.c
index ac00bdc6cb..e65876a032 100644
--- a/source4/heimdal/lib/asn1/symbol.c
+++ b/source4/heimdal/lib/asn1/symbol.c
@@ -34,8 +34,6 @@
#include "gen_locl.h"
#include "lex.h"
-RCSID("$Id$");
-
static Hashtab *htab;
static int
@@ -68,7 +66,7 @@ output_name(char *s)
char *p;
for (p = s; *p; ++p)
- if (*p == '-')
+ if (*p == '-' || *p == '.')
*p = '_';
}