try get spelling right
This commit is contained in:
@@ -37,7 +37,7 @@ gen_files_hdb = $(OBJ)\asn1_hdb_asn1.x
|
|||||||
|
|
||||||
$(gen_files_hdb) $(OBJ)\hdb_asn1.hx $(OBJ)\hdb_asn1-priv.hx: $(BINDIR)\asn1_compile.exe hdb.asn1
|
$(gen_files_hdb) $(OBJ)\hdb_asn1.hx $(OBJ)\hdb_asn1-priv.hx: $(BINDIR)\asn1_compile.exe hdb.asn1
|
||||||
cd $(OBJ)
|
cd $(OBJ)
|
||||||
$(BINDIR)\asn1_compile.exe --sequence=HDB-Ext-Keyset --sequence=Keys --one-code-file $(SRCDIR)\hdb.asn1 hdb_asn1
|
$(BINDIR)\asn1_compile.exe --sequence=HDB-Ext-KeySet --sequence=Keys --one-code-file $(SRCDIR)\hdb.asn1 hdb_asn1
|
||||||
cd $(SRCDIR)
|
cd $(SRCDIR)
|
||||||
|
|
||||||
$(gen_files_hdb:.x=.c): $$(@R).x
|
$(gen_files_hdb:.x=.c): $$(@R).x
|
||||||
|
@@ -99,4 +99,4 @@ EXPORTS
|
|||||||
length_HDB_extension
|
length_HDB_extension
|
||||||
length_Key
|
length_Key
|
||||||
add_Keys
|
add_Keys
|
||||||
add_HDB_Ext_Keyset
|
add_HDB_Ext_KeySet
|
||||||
|
@@ -112,7 +112,7 @@ HEIMDAL_HDB_1.0 {
|
|||||||
length_Keys;
|
length_Keys;
|
||||||
remove_Keys;
|
remove_Keys;
|
||||||
add_Keys;
|
add_Keys;
|
||||||
add_HDB_Ext_Keyset;
|
add_HDB_Ext_KeySet;
|
||||||
|
|
||||||
local:
|
local:
|
||||||
*;
|
*;
|
||||||
|
Reference in New Issue
Block a user