asn1: Move decoration to krb5.opt file
This commit is contained in:

committed by
Luke Howard

parent
486a1ea773
commit
ca71e365ec
@@ -392,7 +392,6 @@ crmf_template_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/crmf.asn1 $(srcdir)/cr
|
|||||||
krb5_template_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/krb5.asn1 $(srcdir)/krb5.opt
|
krb5_template_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/krb5.asn1 $(srcdir)/krb5.opt
|
||||||
$(ASN1_COMPILE) --one-code-file --template \
|
$(ASN1_COMPILE) --one-code-file --template \
|
||||||
--option-file=$(srcdir)/krb5.opt \
|
--option-file=$(srcdir)/krb5.opt \
|
||||||
--decorate='Principal:PrincipalNameAttrs:nameattrs?' \
|
|
||||||
$(srcdir)/krb5.asn1 krb5_template_asn1 || (rm -f krb5_template_asn1_files ; exit 1)
|
$(srcdir)/krb5.asn1 krb5_template_asn1 || (rm -f krb5_template_asn1_files ; exit 1)
|
||||||
|
|
||||||
ocsp_template_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/ocsp.asn1
|
ocsp_template_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/ocsp.asn1
|
||||||
@@ -434,7 +433,6 @@ crmf_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/crmf.asn1 $(srcdir)/crmf.opt
|
|||||||
krb5_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/krb5.asn1 $(srcdir)/krb5.opt
|
krb5_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/krb5.asn1 $(srcdir)/krb5.opt
|
||||||
$(ASN1_COMPILE) --one-code-file $(TEMPLATE_OPTION) \
|
$(ASN1_COMPILE) --one-code-file $(TEMPLATE_OPTION) \
|
||||||
--option-file=$(srcdir)/krb5.opt \
|
--option-file=$(srcdir)/krb5.opt \
|
||||||
--decorate='Principal:PrincipalNameAttrs:nameattrs?' \
|
|
||||||
$(srcdir)/krb5.asn1 krb5_asn1 || (rm -f krb5_asn1_files ; exit 1)
|
$(srcdir)/krb5.asn1 krb5_asn1 || (rm -f krb5_asn1_files ; exit 1)
|
||||||
|
|
||||||
ocsp_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/ocsp.asn1
|
ocsp_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/ocsp.asn1
|
||||||
|
@@ -202,7 +202,6 @@ $(gen_files_krb5) $(OBJ)\krb5_asn1.hx: $(BINDIR)\asn1_compile.exe krb5.asn1 krb5
|
|||||||
$(BINDIR)\asn1_compile.exe \
|
$(BINDIR)\asn1_compile.exe \
|
||||||
--template \
|
--template \
|
||||||
--one-code-file \
|
--one-code-file \
|
||||||
--decorate="Principal:PrincipalNameAttrs:nameattrs?" \
|
|
||||||
--option-file=$(SRCDIR)\krb5.opt \
|
--option-file=$(SRCDIR)\krb5.opt \
|
||||||
$(SRCDIR)\krb5.asn1 krb5_asn1 \
|
$(SRCDIR)\krb5.asn1 krb5_asn1 \
|
||||||
|| ($(RM) $(OBJ)\krb5_asn1.h ; exit /b 1)
|
|| ($(RM) $(OBJ)\krb5_asn1.h ; exit /b 1)
|
||||||
|
@@ -5,3 +5,4 @@
|
|||||||
--sequence=ETYPE-INFO
|
--sequence=ETYPE-INFO
|
||||||
--sequence=ETYPE-INFO2
|
--sequence=ETYPE-INFO2
|
||||||
--preserve-binary=KDC-REQ-BODY
|
--preserve-binary=KDC-REQ-BODY
|
||||||
|
--decorate=Principal:PrincipalNameAttrs:nameattrs?
|
||||||
|
Reference in New Issue
Block a user