Merge from 0.9.8-stable.
This commit is contained in:
parent
7017605dce
commit
6e0ef10915
1 changed files with 2 additions and 1 deletions
|
@ -428,7 +428,7 @@ $ SDIRS := ,-
|
||||||
BN,EC,RSA,DSA,ECDSA,DH,ECDH,DSO,ENGINE,AES,-
|
BN,EC,RSA,DSA,ECDSA,DH,ECDH,DSO,ENGINE,AES,-
|
||||||
BUFFER,BIO,STACK,LHASH,RAND,ERR,-
|
BUFFER,BIO,STACK,LHASH,RAND,ERR,-
|
||||||
EVP,ASN1,PEM,X509,X509V3,CONF,TXT_DB,PKCS7,PKCS12,COMP,OCSP,UI,KRB5,-
|
EVP,ASN1,PEM,X509,X509V3,CONF,TXT_DB,PKCS7,PKCS12,COMP,OCSP,UI,KRB5,-
|
||||||
STORE
|
STORE,PQUEUE
|
||||||
$ EXHEADER_ := crypto.h,tmdiff.h,opensslv.h,opensslconf.h,ebcdic.h,symhacks.h,-
|
$ EXHEADER_ := crypto.h,tmdiff.h,opensslv.h,opensslconf.h,ebcdic.h,symhacks.h,-
|
||||||
ossl_typ.h
|
ossl_typ.h
|
||||||
$ EXHEADER_OBJECTS := objects.h,obj_mac.h
|
$ EXHEADER_OBJECTS := objects.h,obj_mac.h
|
||||||
|
@ -477,6 +477,7 @@ $ EXHEADER_UI := ui.h,ui_compat.h
|
||||||
$ EXHEADER_KRB5 := krb5_asn.h
|
$ EXHEADER_KRB5 := krb5_asn.h
|
||||||
$!EXHEADER_STORE := store.h,str_compat.h
|
$!EXHEADER_STORE := store.h,str_compat.h
|
||||||
$ EXHEADER_STORE := store.h
|
$ EXHEADER_STORE := store.h
|
||||||
|
$ EXHEADER_PQUEUE := pqueue.h,pq_compat.h
|
||||||
$
|
$
|
||||||
$ I = 0
|
$ I = 0
|
||||||
$ LOOP_SDIRS:
|
$ LOOP_SDIRS:
|
||||||
|
|
Loading…
Reference in a new issue