Commit 1f35508a authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Support NumericString for name components.

parent 3e2a74c2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4,6 +4,9 @@

 Changes between 0.9.8j and 0.9.8k  [xx XXX xxxx]

  *) Support NumericString type for name components.
     [Steve Henson]

  *) Allow CC in the environment to override the automatically chosen
     compiler. Note that nothing is done to ensure flags work with the
     chosen compiler.
+1 −0
Original line number Diff line number Diff line
@@ -612,6 +612,7 @@ typedef struct BIT_STRING_BITNAME_st {
			B_ASN1_GENERALIZEDTIME

#define B_ASN1_PRINTABLE \
			B_ASN1_NUMERICSTRING| \
			B_ASN1_PRINTABLESTRING| \
			B_ASN1_T61STRING| \
			B_ASN1_IA5STRING| \