Merge in latest changes from 0.9.6-stable.
make update perl util/mkerr.pl -recurse -write -rebuild (now, just look at the effect that last thing had on the ENGINE error strings! How did that unbalance between macros and strings happen?)
This commit is contained in:
198
TABLE
198
TABLE
@@ -136,7 +136,7 @@ $ranlib =
|
|||||||
$cc = gcc
|
$cc = gcc
|
||||||
$cflags = -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall
|
$cflags = -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall
|
||||||
$unistd =
|
$unistd =
|
||||||
$thread_cflag = (unknown)
|
$thread_cflag = -pthread -D_REENTRANT -D_THREAD_SAFE -D_THREADSAFE
|
||||||
$lflags =
|
$lflags =
|
||||||
$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
|
$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
|
||||||
$bn_obj = asm/bn86-elf.o asm/co86-elf.o
|
$bn_obj = asm/bn86-elf.o asm/co86-elf.o
|
||||||
@@ -990,6 +990,28 @@ $shared_cflag =
|
|||||||
$shared_extension =
|
$shared_extension =
|
||||||
$ranlib =
|
$ranlib =
|
||||||
|
|
||||||
|
*** darwin-ppc-cc
|
||||||
|
$cc = cc
|
||||||
|
$cflags = -O3 -DB_ENDIAN
|
||||||
|
$unistd =
|
||||||
|
$thread_cflag = (unknown)
|
||||||
|
$lflags =
|
||||||
|
$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
|
||||||
|
$bn_obj =
|
||||||
|
$des_obj =
|
||||||
|
$bf_obj =
|
||||||
|
$md5_obj =
|
||||||
|
$sha1_obj =
|
||||||
|
$cast_obj =
|
||||||
|
$rc4_obj =
|
||||||
|
$rmd160_obj =
|
||||||
|
$rc5_obj =
|
||||||
|
$dso_scheme =
|
||||||
|
$shared_target=
|
||||||
|
$shared_cflag =
|
||||||
|
$shared_extension =
|
||||||
|
$ranlib =
|
||||||
|
|
||||||
*** debug
|
*** debug
|
||||||
$cc = gcc
|
$cc = gcc
|
||||||
$cflags = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -ggdb -g2 -Wformat -Wshadow -Wmissing-prototypes -Wmissing-declarations -Werror
|
$cflags = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -ggdb -g2 -Wformat -Wshadow -Wmissing-prototypes -Wmissing-declarations -Werror
|
||||||
@@ -1227,7 +1249,7 @@ $rc4_obj =
|
|||||||
$rmd160_obj =
|
$rmd160_obj =
|
||||||
$rc5_obj =
|
$rc5_obj =
|
||||||
$dso_scheme = dlfcn
|
$dso_scheme = dlfcn
|
||||||
$shared_target= gnu-shared
|
$shared_target= solaris-shared
|
||||||
$shared_cflag = -fPIC
|
$shared_cflag = -fPIC
|
||||||
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
|
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
|
||||||
$ranlib =
|
$ranlib =
|
||||||
@@ -1271,7 +1293,7 @@ $rc4_obj =
|
|||||||
$rmd160_obj =
|
$rmd160_obj =
|
||||||
$rc5_obj =
|
$rc5_obj =
|
||||||
$dso_scheme = dlfcn
|
$dso_scheme = dlfcn
|
||||||
$shared_target= gnu-shared
|
$shared_target= solaris-shared
|
||||||
$shared_cflag = -fPIC
|
$shared_cflag = -fPIC
|
||||||
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
|
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
|
||||||
$ranlib =
|
$ranlib =
|
||||||
@@ -1447,9 +1469,9 @@ $rc4_obj =
|
|||||||
$rmd160_obj =
|
$rmd160_obj =
|
||||||
$rc5_obj =
|
$rc5_obj =
|
||||||
$dso_scheme = dl
|
$dso_scheme = dl
|
||||||
$shared_target=
|
$shared_target= hpux-shared
|
||||||
$shared_cflag =
|
$shared_cflag = +Z
|
||||||
$shared_extension =
|
$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
|
||||||
$ranlib =
|
$ranlib =
|
||||||
|
|
||||||
*** hpux-brokengcc
|
*** hpux-brokengcc
|
||||||
@@ -1469,9 +1491,9 @@ $rc4_obj =
|
|||||||
$rmd160_obj =
|
$rmd160_obj =
|
||||||
$rc5_obj =
|
$rc5_obj =
|
||||||
$dso_scheme = dl
|
$dso_scheme = dl
|
||||||
$shared_target=
|
$shared_target= hpux-shared
|
||||||
$shared_cflag =
|
$shared_cflag = -fPIC
|
||||||
$shared_extension =
|
$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
|
||||||
$ranlib =
|
$ranlib =
|
||||||
|
|
||||||
*** hpux-cc
|
*** hpux-cc
|
||||||
@@ -1491,9 +1513,9 @@ $rc4_obj =
|
|||||||
$rmd160_obj =
|
$rmd160_obj =
|
||||||
$rc5_obj =
|
$rc5_obj =
|
||||||
$dso_scheme = dl
|
$dso_scheme = dl
|
||||||
$shared_target=
|
$shared_target= hpux-shared
|
||||||
$shared_cflag =
|
$shared_cflag = +Z
|
||||||
$shared_extension =
|
$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
|
||||||
$ranlib =
|
$ranlib =
|
||||||
|
|
||||||
*** hpux-gcc
|
*** hpux-gcc
|
||||||
@@ -1513,9 +1535,9 @@ $rc4_obj =
|
|||||||
$rmd160_obj =
|
$rmd160_obj =
|
||||||
$rc5_obj =
|
$rc5_obj =
|
||||||
$dso_scheme = dl
|
$dso_scheme = dl
|
||||||
$shared_target=
|
$shared_target= hpux-shared
|
||||||
$shared_cflag =
|
$shared_cflag = -fPIC
|
||||||
$shared_extension =
|
$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
|
||||||
$ranlib =
|
$ranlib =
|
||||||
|
|
||||||
*** hpux-parisc-cc
|
*** hpux-parisc-cc
|
||||||
@@ -1535,9 +1557,9 @@ $rc4_obj =
|
|||||||
$rmd160_obj =
|
$rmd160_obj =
|
||||||
$rc5_obj =
|
$rc5_obj =
|
||||||
$dso_scheme = dl
|
$dso_scheme = dl
|
||||||
$shared_target=
|
$shared_target= hpux-shared
|
||||||
$shared_cflag =
|
$shared_cflag = +Z
|
||||||
$shared_extension =
|
$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
|
||||||
$ranlib =
|
$ranlib =
|
||||||
|
|
||||||
*** hpux-parisc-cc-o4
|
*** hpux-parisc-cc-o4
|
||||||
@@ -1557,9 +1579,9 @@ $rc4_obj =
|
|||||||
$rmd160_obj =
|
$rmd160_obj =
|
||||||
$rc5_obj =
|
$rc5_obj =
|
||||||
$dso_scheme = dl
|
$dso_scheme = dl
|
||||||
$shared_target=
|
$shared_target= hpux-shared
|
||||||
$shared_cflag =
|
$shared_cflag = +Z
|
||||||
$shared_extension =
|
$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
|
||||||
$ranlib =
|
$ranlib =
|
||||||
|
|
||||||
*** hpux-parisc-gcc
|
*** hpux-parisc-gcc
|
||||||
@@ -1579,9 +1601,9 @@ $rc4_obj =
|
|||||||
$rmd160_obj =
|
$rmd160_obj =
|
||||||
$rc5_obj =
|
$rc5_obj =
|
||||||
$dso_scheme = dl
|
$dso_scheme = dl
|
||||||
$shared_target=
|
$shared_target= hpux-shared
|
||||||
$shared_cflag =
|
$shared_cflag = -fPIC
|
||||||
$shared_extension =
|
$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
|
||||||
$ranlib =
|
$ranlib =
|
||||||
|
|
||||||
*** hpux-parisc1_1-cc
|
*** hpux-parisc1_1-cc
|
||||||
@@ -1601,9 +1623,9 @@ $rc4_obj =
|
|||||||
$rmd160_obj =
|
$rmd160_obj =
|
||||||
$rc5_obj =
|
$rc5_obj =
|
||||||
$dso_scheme = dl
|
$dso_scheme = dl
|
||||||
$shared_target=
|
$shared_target= hpux-shared
|
||||||
$shared_cflag =
|
$shared_cflag = +Z
|
||||||
$shared_extension =
|
$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
|
||||||
$ranlib =
|
$ranlib =
|
||||||
|
|
||||||
*** hpux-parisc2-cc
|
*** hpux-parisc2-cc
|
||||||
@@ -1623,9 +1645,9 @@ $rc4_obj =
|
|||||||
$rmd160_obj =
|
$rmd160_obj =
|
||||||
$rc5_obj =
|
$rc5_obj =
|
||||||
$dso_scheme = dl
|
$dso_scheme = dl
|
||||||
$shared_target=
|
$shared_target= hpux-shared
|
||||||
$shared_cflag =
|
$shared_cflag = +Z
|
||||||
$shared_extension =
|
$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
|
||||||
$ranlib =
|
$ranlib =
|
||||||
|
|
||||||
*** hpux10-brokencc
|
*** hpux10-brokencc
|
||||||
@@ -1645,9 +1667,9 @@ $rc4_obj =
|
|||||||
$rmd160_obj =
|
$rmd160_obj =
|
||||||
$rc5_obj =
|
$rc5_obj =
|
||||||
$dso_scheme = dl
|
$dso_scheme = dl
|
||||||
$shared_target=
|
$shared_target= hpux-shared
|
||||||
$shared_cflag =
|
$shared_cflag = +Z
|
||||||
$shared_extension =
|
$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
|
||||||
$ranlib =
|
$ranlib =
|
||||||
|
|
||||||
*** hpux10-brokengcc
|
*** hpux10-brokengcc
|
||||||
@@ -1667,9 +1689,9 @@ $rc4_obj =
|
|||||||
$rmd160_obj =
|
$rmd160_obj =
|
||||||
$rc5_obj =
|
$rc5_obj =
|
||||||
$dso_scheme = dl
|
$dso_scheme = dl
|
||||||
$shared_target=
|
$shared_target= hpux-shared
|
||||||
$shared_cflag =
|
$shared_cflag = -fPIC
|
||||||
$shared_extension =
|
$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
|
||||||
$ranlib =
|
$ranlib =
|
||||||
|
|
||||||
*** hpux10-cc
|
*** hpux10-cc
|
||||||
@@ -1689,9 +1711,9 @@ $rc4_obj =
|
|||||||
$rmd160_obj =
|
$rmd160_obj =
|
||||||
$rc5_obj =
|
$rc5_obj =
|
||||||
$dso_scheme = dl
|
$dso_scheme = dl
|
||||||
$shared_target=
|
$shared_target= hpux-shared
|
||||||
$shared_cflag =
|
$shared_cflag = +Z
|
||||||
$shared_extension =
|
$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
|
||||||
$ranlib =
|
$ranlib =
|
||||||
|
|
||||||
*** hpux10-gcc
|
*** hpux10-gcc
|
||||||
@@ -1711,9 +1733,9 @@ $rc4_obj =
|
|||||||
$rmd160_obj =
|
$rmd160_obj =
|
||||||
$rc5_obj =
|
$rc5_obj =
|
||||||
$dso_scheme = dl
|
$dso_scheme = dl
|
||||||
$shared_target=
|
$shared_target= hpux-shared
|
||||||
$shared_cflag =
|
$shared_cflag = -fPIC
|
||||||
$shared_extension =
|
$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
|
||||||
$ranlib =
|
$ranlib =
|
||||||
|
|
||||||
*** hpux64-parisc-cc
|
*** hpux64-parisc-cc
|
||||||
@@ -1733,9 +1755,9 @@ $rc4_obj =
|
|||||||
$rmd160_obj =
|
$rmd160_obj =
|
||||||
$rc5_obj =
|
$rc5_obj =
|
||||||
$dso_scheme = dlfcn
|
$dso_scheme = dlfcn
|
||||||
$shared_target=
|
$shared_target= hpux64-shared
|
||||||
$shared_cflag =
|
$shared_cflag = +Z
|
||||||
$shared_extension =
|
$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
|
||||||
$ranlib =
|
$ranlib =
|
||||||
|
|
||||||
*** hpux64-parisc2-cc
|
*** hpux64-parisc2-cc
|
||||||
@@ -1755,9 +1777,9 @@ $rc4_obj =
|
|||||||
$rmd160_obj =
|
$rmd160_obj =
|
||||||
$rc5_obj =
|
$rc5_obj =
|
||||||
$dso_scheme = dlfcn
|
$dso_scheme = dlfcn
|
||||||
$shared_target=
|
$shared_target= hpux64-shared
|
||||||
$shared_cflag =
|
$shared_cflag = +Z
|
||||||
$shared_extension =
|
$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
|
||||||
$ranlib =
|
$ranlib =
|
||||||
|
|
||||||
*** irix-cc
|
*** irix-cc
|
||||||
@@ -1776,10 +1798,10 @@ $cast_obj =
|
|||||||
$rc4_obj =
|
$rc4_obj =
|
||||||
$rmd160_obj =
|
$rmd160_obj =
|
||||||
$rc5_obj =
|
$rc5_obj =
|
||||||
$dso_scheme =
|
$dso_scheme = dlfcn
|
||||||
$shared_target=
|
$shared_target= irix-shared
|
||||||
$shared_cflag =
|
$shared_cflag =
|
||||||
$shared_extension =
|
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
|
||||||
$ranlib =
|
$ranlib =
|
||||||
|
|
||||||
*** irix-gcc
|
*** irix-gcc
|
||||||
@@ -1798,10 +1820,10 @@ $cast_obj =
|
|||||||
$rc4_obj =
|
$rc4_obj =
|
||||||
$rmd160_obj =
|
$rmd160_obj =
|
||||||
$rc5_obj =
|
$rc5_obj =
|
||||||
$dso_scheme =
|
$dso_scheme = dlfcn
|
||||||
$shared_target=
|
$shared_target= irix-shared
|
||||||
$shared_cflag =
|
$shared_cflag =
|
||||||
$shared_extension =
|
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
|
||||||
$ranlib =
|
$ranlib =
|
||||||
|
|
||||||
*** irix-mips3-cc
|
*** irix-mips3-cc
|
||||||
@@ -1820,10 +1842,10 @@ $cast_obj =
|
|||||||
$rc4_obj =
|
$rc4_obj =
|
||||||
$rmd160_obj =
|
$rmd160_obj =
|
||||||
$rc5_obj =
|
$rc5_obj =
|
||||||
$dso_scheme =
|
$dso_scheme = dlfcn
|
||||||
$shared_target=
|
$shared_target= irix-shared
|
||||||
$shared_cflag =
|
$shared_cflag =
|
||||||
$shared_extension =
|
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
|
||||||
$ranlib =
|
$ranlib =
|
||||||
|
|
||||||
*** irix-mips3-gcc
|
*** irix-mips3-gcc
|
||||||
@@ -1842,10 +1864,10 @@ $cast_obj =
|
|||||||
$rc4_obj =
|
$rc4_obj =
|
||||||
$rmd160_obj =
|
$rmd160_obj =
|
||||||
$rc5_obj =
|
$rc5_obj =
|
||||||
$dso_scheme =
|
$dso_scheme = dlfcn
|
||||||
$shared_target=
|
$shared_target= irix-shared
|
||||||
$shared_cflag =
|
$shared_cflag =
|
||||||
$shared_extension =
|
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
|
||||||
$ranlib =
|
$ranlib =
|
||||||
|
|
||||||
*** irix64-mips4-cc
|
*** irix64-mips4-cc
|
||||||
@@ -1864,10 +1886,10 @@ $cast_obj =
|
|||||||
$rc4_obj =
|
$rc4_obj =
|
||||||
$rmd160_obj =
|
$rmd160_obj =
|
||||||
$rc5_obj =
|
$rc5_obj =
|
||||||
$dso_scheme =
|
$dso_scheme = dlfcn
|
||||||
$shared_target=
|
$shared_target= irix-shared
|
||||||
$shared_cflag =
|
$shared_cflag =
|
||||||
$shared_extension =
|
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
|
||||||
$ranlib =
|
$ranlib =
|
||||||
|
|
||||||
*** irix64-mips4-gcc
|
*** irix64-mips4-gcc
|
||||||
@@ -1886,10 +1908,10 @@ $cast_obj =
|
|||||||
$rc4_obj =
|
$rc4_obj =
|
||||||
$rmd160_obj =
|
$rmd160_obj =
|
||||||
$rc5_obj =
|
$rc5_obj =
|
||||||
$dso_scheme =
|
$dso_scheme = dlfcn
|
||||||
$shared_target=
|
$shared_target= irix-shared
|
||||||
$shared_cflag =
|
$shared_cflag =
|
||||||
$shared_extension =
|
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
|
||||||
$ranlib =
|
$ranlib =
|
||||||
|
|
||||||
*** linux-alpha+bwx-ccc
|
*** linux-alpha+bwx-ccc
|
||||||
@@ -2092,6 +2114,28 @@ $ranlib =
|
|||||||
|
|
||||||
*** linux-mips
|
*** linux-mips
|
||||||
$cc = gcc
|
$cc = gcc
|
||||||
|
$cflags = -DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall
|
||||||
|
$unistd =
|
||||||
|
$thread_cflag = (unknown)
|
||||||
|
$lflags =
|
||||||
|
$bn_ops = BN_LLONG
|
||||||
|
$bn_obj =
|
||||||
|
$des_obj =
|
||||||
|
$bf_obj =
|
||||||
|
$md5_obj =
|
||||||
|
$sha1_obj =
|
||||||
|
$cast_obj =
|
||||||
|
$rc4_obj =
|
||||||
|
$rmd160_obj =
|
||||||
|
$rc5_obj =
|
||||||
|
$dso_scheme =
|
||||||
|
$shared_target=
|
||||||
|
$shared_cflag =
|
||||||
|
$shared_extension =
|
||||||
|
$ranlib =
|
||||||
|
|
||||||
|
*** linux-mipsel
|
||||||
|
$cc = gcc
|
||||||
$cflags = -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall
|
$cflags = -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall
|
||||||
$unistd =
|
$unistd =
|
||||||
$thread_cflag = (unknown)
|
$thread_cflag = (unknown)
|
||||||
@@ -2117,8 +2161,8 @@ $cc = gcc
|
|||||||
$cflags = -DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall
|
$cflags = -DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall
|
||||||
$unistd =
|
$unistd =
|
||||||
$thread_cflag = -D_REENTRANT
|
$thread_cflag = -D_REENTRANT
|
||||||
$lflags =
|
$lflags = -ldl
|
||||||
$bn_ops = BN_LLONG
|
$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_RISC1 DES_UNROLL
|
||||||
$bn_obj =
|
$bn_obj =
|
||||||
$des_obj =
|
$des_obj =
|
||||||
$bf_obj =
|
$bf_obj =
|
||||||
@@ -2128,10 +2172,10 @@ $cast_obj =
|
|||||||
$rc4_obj =
|
$rc4_obj =
|
||||||
$rmd160_obj =
|
$rmd160_obj =
|
||||||
$rc5_obj =
|
$rc5_obj =
|
||||||
$dso_scheme =
|
$dso_scheme = dlfcn
|
||||||
$shared_target=
|
$shared_target= linux-shared
|
||||||
$shared_cflag =
|
$shared_cflag = -fPIC
|
||||||
$shared_extension =
|
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
|
||||||
$ranlib =
|
$ranlib =
|
||||||
|
|
||||||
*** linux-s390
|
*** linux-s390
|
||||||
@@ -2525,7 +2569,7 @@ $rc4_obj =
|
|||||||
$rmd160_obj =
|
$rmd160_obj =
|
||||||
$rc5_obj =
|
$rc5_obj =
|
||||||
$dso_scheme = dlfcn
|
$dso_scheme = dlfcn
|
||||||
$shared_target= gnu-shared
|
$shared_target= solaris-shared
|
||||||
$shared_cflag = -fPIC
|
$shared_cflag = -fPIC
|
||||||
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
|
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
|
||||||
$ranlib =
|
$ranlib =
|
||||||
@@ -2569,7 +2613,7 @@ $rc4_obj =
|
|||||||
$rmd160_obj =
|
$rmd160_obj =
|
||||||
$rc5_obj =
|
$rc5_obj =
|
||||||
$dso_scheme = dlfcn
|
$dso_scheme = dlfcn
|
||||||
$shared_target= gnu-shared
|
$shared_target= solaris-shared
|
||||||
$shared_cflag = -fPIC
|
$shared_cflag = -fPIC
|
||||||
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
|
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
|
||||||
$ranlib =
|
$ranlib =
|
||||||
@@ -2613,7 +2657,7 @@ $rc4_obj =
|
|||||||
$rmd160_obj =
|
$rmd160_obj =
|
||||||
$rc5_obj =
|
$rc5_obj =
|
||||||
$dso_scheme = dlfcn
|
$dso_scheme = dlfcn
|
||||||
$shared_target= gnu-shared
|
$shared_target= solaris-shared
|
||||||
$shared_cflag = -fPIC
|
$shared_cflag = -fPIC
|
||||||
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
|
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
|
||||||
$ranlib =
|
$ranlib =
|
||||||
@@ -2635,7 +2679,7 @@ $rc4_obj =
|
|||||||
$rmd160_obj =
|
$rmd160_obj =
|
||||||
$rc5_obj =
|
$rc5_obj =
|
||||||
$dso_scheme = dlfcn
|
$dso_scheme = dlfcn
|
||||||
$shared_target= gnu-shared
|
$shared_target= solaris-shared
|
||||||
$shared_cflag = -fPIC
|
$shared_cflag = -fPIC
|
||||||
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
|
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
|
||||||
$ranlib =
|
$ranlib =
|
||||||
@@ -2679,7 +2723,7 @@ $rc4_obj = asm/rx86-sol.o
|
|||||||
$rmd160_obj = asm/rm86-sol.o
|
$rmd160_obj = asm/rm86-sol.o
|
||||||
$rc5_obj = asm/r586-sol.o
|
$rc5_obj = asm/r586-sol.o
|
||||||
$dso_scheme = dlfcn
|
$dso_scheme = dlfcn
|
||||||
$shared_target= gnu-shared
|
$shared_target= solaris-shared
|
||||||
$shared_cflag = -fPIC
|
$shared_cflag = -fPIC
|
||||||
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
|
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
|
||||||
$ranlib =
|
$ranlib =
|
||||||
|
|||||||
1156
apps/Makefile.ssl
1156
apps/Makefile.ssl
File diff suppressed because it is too large
Load Diff
@@ -936,40 +936,40 @@ t_bitst.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
|
|||||||
t_bitst.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
|
t_bitst.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
|
||||||
t_bitst.o: ../../include/openssl/des.h ../../include/openssl/dh.h
|
t_bitst.o: ../../include/openssl/des.h ../../include/openssl/dh.h
|
||||||
t_bitst.o: ../../include/openssl/dsa.h ../../include/openssl/e_os.h
|
t_bitst.o: ../../include/openssl/dsa.h ../../include/openssl/e_os.h
|
||||||
t_bitst.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h
|
t_bitst.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
|
||||||
t_bitst.o: ../../include/openssl/err.h ../../include/openssl/evp.h
|
t_bitst.o: ../../include/openssl/evp.h ../../include/openssl/idea.h
|
||||||
t_bitst.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h
|
t_bitst.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h
|
||||||
t_bitst.o: ../../include/openssl/md2.h ../../include/openssl/md4.h
|
t_bitst.o: ../../include/openssl/md4.h ../../include/openssl/md5.h
|
||||||
t_bitst.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h
|
t_bitst.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h
|
||||||
t_bitst.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
|
t_bitst.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
|
||||||
t_bitst.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
|
t_bitst.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs7.h
|
||||||
t_bitst.o: ../../include/openssl/pkcs7.h ../../include/openssl/rc2.h
|
t_bitst.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
|
||||||
t_bitst.o: ../../include/openssl/rc4.h ../../include/openssl/rc5.h
|
t_bitst.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h
|
||||||
t_bitst.o: ../../include/openssl/ripemd.h ../../include/openssl/rsa.h
|
t_bitst.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
|
||||||
t_bitst.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
|
t_bitst.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
|
||||||
t_bitst.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
|
t_bitst.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
|
||||||
t_bitst.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
|
t_bitst.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
|
||||||
t_bitst.o: ../../include/openssl/x509v3.h ../cryptlib.h
|
t_bitst.o: ../cryptlib.h
|
||||||
t_crl.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
|
t_crl.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
|
||||||
t_crl.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h
|
t_crl.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h
|
||||||
t_crl.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
|
t_crl.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
|
||||||
t_crl.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
|
t_crl.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
|
||||||
t_crl.o: ../../include/openssl/des.h ../../include/openssl/dh.h
|
t_crl.o: ../../include/openssl/des.h ../../include/openssl/dh.h
|
||||||
t_crl.o: ../../include/openssl/dsa.h ../../include/openssl/e_os.h
|
t_crl.o: ../../include/openssl/dsa.h ../../include/openssl/e_os.h
|
||||||
t_crl.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h
|
t_crl.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
|
||||||
t_crl.o: ../../include/openssl/err.h ../../include/openssl/evp.h
|
t_crl.o: ../../include/openssl/evp.h ../../include/openssl/idea.h
|
||||||
t_crl.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h
|
t_crl.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h
|
||||||
t_crl.o: ../../include/openssl/md2.h ../../include/openssl/md4.h
|
t_crl.o: ../../include/openssl/md4.h ../../include/openssl/md5.h
|
||||||
t_crl.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h
|
t_crl.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h
|
||||||
t_crl.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
|
t_crl.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
|
||||||
t_crl.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
|
t_crl.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs7.h
|
||||||
t_crl.o: ../../include/openssl/pkcs7.h ../../include/openssl/rc2.h
|
t_crl.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
|
||||||
t_crl.o: ../../include/openssl/rc4.h ../../include/openssl/rc5.h
|
t_crl.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h
|
||||||
t_crl.o: ../../include/openssl/ripemd.h ../../include/openssl/rsa.h
|
t_crl.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
|
||||||
t_crl.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
|
t_crl.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
|
||||||
t_crl.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
|
t_crl.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
|
||||||
t_crl.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
|
t_crl.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
|
||||||
t_crl.o: ../../include/openssl/x509v3.h ../cryptlib.h
|
t_crl.o: ../cryptlib.h
|
||||||
t_pkey.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
|
t_pkey.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
|
||||||
t_pkey.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
|
t_pkey.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
|
||||||
t_pkey.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
|
t_pkey.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
|
||||||
@@ -985,20 +985,20 @@ t_req.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
|
|||||||
t_req.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
|
t_req.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
|
||||||
t_req.o: ../../include/openssl/des.h ../../include/openssl/dh.h
|
t_req.o: ../../include/openssl/des.h ../../include/openssl/dh.h
|
||||||
t_req.o: ../../include/openssl/dsa.h ../../include/openssl/e_os.h
|
t_req.o: ../../include/openssl/dsa.h ../../include/openssl/e_os.h
|
||||||
t_req.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h
|
t_req.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
|
||||||
t_req.o: ../../include/openssl/err.h ../../include/openssl/evp.h
|
t_req.o: ../../include/openssl/evp.h ../../include/openssl/idea.h
|
||||||
t_req.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h
|
t_req.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h
|
||||||
t_req.o: ../../include/openssl/md2.h ../../include/openssl/md4.h
|
t_req.o: ../../include/openssl/md4.h ../../include/openssl/md5.h
|
||||||
t_req.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h
|
t_req.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h
|
||||||
t_req.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
|
t_req.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
|
||||||
t_req.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
|
t_req.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs7.h
|
||||||
t_req.o: ../../include/openssl/pkcs7.h ../../include/openssl/rc2.h
|
t_req.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
|
||||||
t_req.o: ../../include/openssl/rc4.h ../../include/openssl/rc5.h
|
t_req.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h
|
||||||
t_req.o: ../../include/openssl/ripemd.h ../../include/openssl/rsa.h
|
t_req.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
|
||||||
t_req.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
|
t_req.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
|
||||||
t_req.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
|
t_req.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
|
||||||
t_req.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
|
t_req.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
|
||||||
t_req.o: ../../include/openssl/x509v3.h ../cryptlib.h
|
t_req.o: ../cryptlib.h
|
||||||
t_spki.o: ../../include/openssl/asn1.h ../../include/openssl/asn1_mac.h
|
t_spki.o: ../../include/openssl/asn1.h ../../include/openssl/asn1_mac.h
|
||||||
t_spki.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.h
|
t_spki.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.h
|
||||||
t_spki.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
|
t_spki.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
|
||||||
@@ -1024,20 +1024,20 @@ t_x509.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
|
|||||||
t_x509.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
|
t_x509.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
|
||||||
t_x509.o: ../../include/openssl/des.h ../../include/openssl/dh.h
|
t_x509.o: ../../include/openssl/des.h ../../include/openssl/dh.h
|
||||||
t_x509.o: ../../include/openssl/dsa.h ../../include/openssl/e_os.h
|
t_x509.o: ../../include/openssl/dsa.h ../../include/openssl/e_os.h
|
||||||
t_x509.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h
|
t_x509.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
|
||||||
t_x509.o: ../../include/openssl/err.h ../../include/openssl/evp.h
|
t_x509.o: ../../include/openssl/evp.h ../../include/openssl/idea.h
|
||||||
t_x509.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h
|
t_x509.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h
|
||||||
t_x509.o: ../../include/openssl/md2.h ../../include/openssl/md4.h
|
t_x509.o: ../../include/openssl/md4.h ../../include/openssl/md5.h
|
||||||
t_x509.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h
|
t_x509.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h
|
||||||
t_x509.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
|
t_x509.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
|
||||||
t_x509.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
|
t_x509.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs7.h
|
||||||
t_x509.o: ../../include/openssl/pkcs7.h ../../include/openssl/rc2.h
|
t_x509.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
|
||||||
t_x509.o: ../../include/openssl/rc4.h ../../include/openssl/rc5.h
|
t_x509.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h
|
||||||
t_x509.o: ../../include/openssl/ripemd.h ../../include/openssl/rsa.h
|
t_x509.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
|
||||||
t_x509.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
|
t_x509.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
|
||||||
t_x509.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
|
t_x509.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
|
||||||
t_x509.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
|
t_x509.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
|
||||||
t_x509.o: ../../include/openssl/x509v3.h ../cryptlib.h
|
t_x509.o: ../cryptlib.h
|
||||||
t_x509a.o: ../../include/openssl/asn1.h ../../include/openssl/asn1_mac.h
|
t_x509a.o: ../../include/openssl/asn1.h ../../include/openssl/asn1_mac.h
|
||||||
t_x509a.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.h
|
t_x509a.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.h
|
||||||
t_x509a.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
|
t_x509a.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
|
||||||
@@ -1310,21 +1310,20 @@ x_x509.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
|
|||||||
x_x509.o: ../../include/openssl/cast.h ../../include/openssl/conf.h
|
x_x509.o: ../../include/openssl/cast.h ../../include/openssl/conf.h
|
||||||
x_x509.o: ../../include/openssl/crypto.h ../../include/openssl/des.h
|
x_x509.o: ../../include/openssl/crypto.h ../../include/openssl/des.h
|
||||||
x_x509.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
|
x_x509.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
|
||||||
x_x509.o: ../../include/openssl/e_os.h ../../include/openssl/e_os.h
|
x_x509.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h
|
||||||
x_x509.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
|
x_x509.o: ../../include/openssl/err.h ../../include/openssl/evp.h
|
||||||
x_x509.o: ../../include/openssl/evp.h ../../include/openssl/idea.h
|
x_x509.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h
|
||||||
x_x509.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h
|
x_x509.o: ../../include/openssl/md2.h ../../include/openssl/md4.h
|
||||||
x_x509.o: ../../include/openssl/md4.h ../../include/openssl/md5.h
|
x_x509.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h
|
||||||
x_x509.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h
|
x_x509.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
|
||||||
x_x509.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
|
x_x509.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
|
||||||
x_x509.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs7.h
|
x_x509.o: ../../include/openssl/pkcs7.h ../../include/openssl/rc2.h
|
||||||
x_x509.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
|
x_x509.o: ../../include/openssl/rc4.h ../../include/openssl/rc5.h
|
||||||
x_x509.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h
|
x_x509.o: ../../include/openssl/ripemd.h ../../include/openssl/rsa.h
|
||||||
x_x509.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
|
x_x509.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
|
||||||
x_x509.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
|
x_x509.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
|
||||||
x_x509.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
|
x_x509.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
|
||||||
x_x509.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
|
x_x509.o: ../../include/openssl/x509v3.h ../cryptlib.h
|
||||||
x_x509.o: ../cryptlib.h
|
|
||||||
x_x509a.o: ../../include/openssl/asn1.h ../../include/openssl/asn1_mac.h
|
x_x509a.o: ../../include/openssl/asn1.h ../../include/openssl/asn1_mac.h
|
||||||
x_x509a.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.h
|
x_x509a.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.h
|
||||||
x_x509a.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
|
x_x509a.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
|
||||||
|
|||||||
@@ -877,6 +877,7 @@ void ASN1_STRING_TABLE_cleanup(void);
|
|||||||
/* The following lines are auto generated by the script mkerr.pl. Any changes
|
/* The following lines are auto generated by the script mkerr.pl. Any changes
|
||||||
* made after this point may be overwritten when the script is next run.
|
* made after this point may be overwritten when the script is next run.
|
||||||
*/
|
*/
|
||||||
|
void ERR_load_ASN1_strings(void);
|
||||||
|
|
||||||
/* Error codes for the ASN1 functions. */
|
/* Error codes for the ASN1 functions. */
|
||||||
|
|
||||||
@@ -1148,4 +1149,3 @@ void ASN1_STRING_TABLE_cleanup(void);
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -615,6 +615,7 @@ int BIO_vsnprintf(char *buf, size_t n, const char *format, va_list args);
|
|||||||
/* The following lines are auto generated by the script mkerr.pl. Any changes
|
/* The following lines are auto generated by the script mkerr.pl. Any changes
|
||||||
* made after this point may be overwritten when the script is next run.
|
* made after this point may be overwritten when the script is next run.
|
||||||
*/
|
*/
|
||||||
|
void ERR_load_BIO_strings(void);
|
||||||
|
|
||||||
/* Error codes for the BIO functions. */
|
/* Error codes for the BIO functions. */
|
||||||
|
|
||||||
@@ -684,4 +685,3 @@ int BIO_vsnprintf(char *buf, size_t n, const char *format, va_list args);
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -477,6 +477,7 @@ int BN_bntest_rand(BIGNUM *rnd, int bits, int top,int bottom);
|
|||||||
/* The following lines are auto generated by the script mkerr.pl. Any changes
|
/* The following lines are auto generated by the script mkerr.pl. Any changes
|
||||||
* made after this point may be overwritten when the script is next run.
|
* made after this point may be overwritten when the script is next run.
|
||||||
*/
|
*/
|
||||||
|
void ERR_load_BN_strings(void);
|
||||||
|
|
||||||
/* Error codes for the BN functions. */
|
/* Error codes for the BN functions. */
|
||||||
|
|
||||||
@@ -520,4 +521,3 @@ int BN_bntest_rand(BIGNUM *rnd, int bits, int top,int bottom);
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -81,6 +81,7 @@ void ERR_load_BUF_strings(void );
|
|||||||
/* The following lines are auto generated by the script mkerr.pl. Any changes
|
/* The following lines are auto generated by the script mkerr.pl. Any changes
|
||||||
* made after this point may be overwritten when the script is next run.
|
* made after this point may be overwritten when the script is next run.
|
||||||
*/
|
*/
|
||||||
|
void ERR_load_BUF_strings(void);
|
||||||
|
|
||||||
/* Error codes for the BUF functions. */
|
/* Error codes for the BUF functions. */
|
||||||
|
|
||||||
@@ -95,4 +96,3 @@ void ERR_load_BUF_strings(void );
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -47,6 +47,7 @@ COMP_METHOD *COMP_zlib(void );
|
|||||||
/* The following lines are auto generated by the script mkerr.pl. Any changes
|
/* The following lines are auto generated by the script mkerr.pl. Any changes
|
||||||
* made after this point may be overwritten when the script is next run.
|
* made after this point may be overwritten when the script is next run.
|
||||||
*/
|
*/
|
||||||
|
void ERR_load_COMP_strings(void);
|
||||||
|
|
||||||
/* Error codes for the COMP functions. */
|
/* Error codes for the COMP functions. */
|
||||||
|
|
||||||
@@ -58,4 +59,3 @@ COMP_METHOD *COMP_zlib(void );
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -145,6 +145,7 @@ int NCONF_dump_bio(CONF *conf, BIO *out);
|
|||||||
/* The following lines are auto generated by the script mkerr.pl. Any changes
|
/* The following lines are auto generated by the script mkerr.pl. Any changes
|
||||||
* made after this point may be overwritten when the script is next run.
|
* made after this point may be overwritten when the script is next run.
|
||||||
*/
|
*/
|
||||||
|
void ERR_load_CONF_strings(void);
|
||||||
|
|
||||||
/* Error codes for the CONF functions. */
|
/* Error codes for the CONF functions. */
|
||||||
|
|
||||||
@@ -176,4 +177,3 @@ int NCONF_dump_bio(CONF *conf, BIO *out);
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -388,6 +388,7 @@ void ERR_load_CRYPTO_strings(void);
|
|||||||
/* The following lines are auto generated by the script mkerr.pl. Any changes
|
/* The following lines are auto generated by the script mkerr.pl. Any changes
|
||||||
* made after this point may be overwritten when the script is next run.
|
* made after this point may be overwritten when the script is next run.
|
||||||
*/
|
*/
|
||||||
|
void ERR_load_CRYPTO_strings(void);
|
||||||
|
|
||||||
/* Error codes for the CRYPTO functions. */
|
/* Error codes for the CRYPTO functions. */
|
||||||
|
|
||||||
@@ -404,4 +405,3 @@ void ERR_load_CRYPTO_strings(void);
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -152,7 +152,7 @@ cfb64enc.o: ../../include/openssl/opensslconf.h des_locl.h
|
|||||||
cfb_enc.o: ../../include/openssl/des.h ../../include/openssl/e_os2.h
|
cfb_enc.o: ../../include/openssl/des.h ../../include/openssl/e_os2.h
|
||||||
cfb_enc.o: ../../include/openssl/opensslconf.h des_locl.h
|
cfb_enc.o: ../../include/openssl/opensslconf.h des_locl.h
|
||||||
des_enc.o: ../../include/openssl/des.h ../../include/openssl/e_os2.h
|
des_enc.o: ../../include/openssl/des.h ../../include/openssl/e_os2.h
|
||||||
des_enc.o: ../../include/openssl/opensslconf.h des_locl.h des_locl.h ncbc_enc.c
|
des_enc.o: ../../include/openssl/opensslconf.h des_locl.h ncbc_enc.c
|
||||||
ecb3_enc.o: ../../include/openssl/des.h ../../include/openssl/e_os2.h
|
ecb3_enc.o: ../../include/openssl/des.h ../../include/openssl/e_os2.h
|
||||||
ecb3_enc.o: ../../include/openssl/opensslconf.h des_locl.h
|
ecb3_enc.o: ../../include/openssl/opensslconf.h des_locl.h
|
||||||
ecb_enc.o: ../../include/openssl/des.h ../../include/openssl/e_os2.h
|
ecb_enc.o: ../../include/openssl/des.h ../../include/openssl/e_os2.h
|
||||||
|
|||||||
@@ -192,6 +192,7 @@ void ERR_load_DH_strings(void );
|
|||||||
/* The following lines are auto generated by the script mkerr.pl. Any changes
|
/* The following lines are auto generated by the script mkerr.pl. Any changes
|
||||||
* made after this point may be overwritten when the script is next run.
|
* made after this point may be overwritten when the script is next run.
|
||||||
*/
|
*/
|
||||||
|
void ERR_load_DH_strings(void);
|
||||||
|
|
||||||
/* Error codes for the DH functions. */
|
/* Error codes for the DH functions. */
|
||||||
|
|
||||||
@@ -210,4 +211,3 @@ void ERR_load_DH_strings(void );
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -228,6 +228,7 @@ DH *DSA_dup_DH(DSA *r);
|
|||||||
/* The following lines are auto generated by the script mkerr.pl. Any changes
|
/* The following lines are auto generated by the script mkerr.pl. Any changes
|
||||||
* made after this point may be overwritten when the script is next run.
|
* made after this point may be overwritten when the script is next run.
|
||||||
*/
|
*/
|
||||||
|
void ERR_load_DSA_strings(void);
|
||||||
|
|
||||||
/* Error codes for the DSA functions. */
|
/* Error codes for the DSA functions. */
|
||||||
|
|
||||||
@@ -254,4 +255,3 @@ DH *DSA_dup_DH(DSA *r);
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -200,6 +200,7 @@ void ERR_load_DSO_strings(void);
|
|||||||
/* The following lines are auto generated by the script mkerr.pl. Any changes
|
/* The following lines are auto generated by the script mkerr.pl. Any changes
|
||||||
* made after this point may be overwritten when the script is next run.
|
* made after this point may be overwritten when the script is next run.
|
||||||
*/
|
*/
|
||||||
|
void ERR_load_DSO_strings(void);
|
||||||
|
|
||||||
/* Error codes for the DSO functions. */
|
/* Error codes for the DSO functions. */
|
||||||
|
|
||||||
@@ -247,4 +248,3 @@ void ERR_load_DSO_strings(void);
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -297,7 +297,6 @@ void ERR_load_ENGINE_strings(void);
|
|||||||
/* Error codes for the ENGINE functions. */
|
/* Error codes for the ENGINE functions. */
|
||||||
|
|
||||||
/* Function codes. */
|
/* Function codes. */
|
||||||
|
|
||||||
#define ENGINE_F_AEP_FINISH 156
|
#define ENGINE_F_AEP_FINISH 156
|
||||||
#define ENGINE_F_AEP_INIT 157
|
#define ENGINE_F_AEP_INIT 157
|
||||||
#define ENGINE_F_AEP_MOD_EXP 158
|
#define ENGINE_F_AEP_MOD_EXP 158
|
||||||
@@ -364,32 +363,31 @@ void ERR_load_ENGINE_strings(void);
|
|||||||
#define ENGINE_F_HWCRHK_RAND_BYTES 139
|
#define ENGINE_F_HWCRHK_RAND_BYTES 139
|
||||||
#define ENGINE_F_HWCRHK_RSA_MOD_EXP 140
|
#define ENGINE_F_HWCRHK_RSA_MOD_EXP 140
|
||||||
#define ENGINE_F_LOG_MESSAGE 141
|
#define ENGINE_F_LOG_MESSAGE 141
|
||||||
#define ENGINE_F_SUREWAREHK_INIT 200
|
|
||||||
#define ENGINE_F_SUREWAREHK_FINISH 201
|
|
||||||
#define ENGINE_F_SUREWAREHK_RAND_BYTES 202
|
|
||||||
#define ENGINE_F_SUREWAREHK_RAND_SEED 203
|
|
||||||
#define ENGINE_F_SUREWAREHK_LOAD_PRIVATE_KEY 204
|
|
||||||
#define ENGINE_F_SUREWAREHK_LOAD_PUBLIC_KEY 205
|
|
||||||
#define ENGINE_F_SUREWAREHK_EX_FREE 206
|
|
||||||
#define ENGINE_F_SUREWAREHK_RSA_PRIV_DEC 207
|
|
||||||
#define ENGINE_F_SUREWAREHK_RSA_PRIV_ENC 208
|
|
||||||
#define ENGINE_F_SUREWAREHK_CTRL 209
|
#define ENGINE_F_SUREWAREHK_CTRL 209
|
||||||
#define ENGINE_F_SUREWAREHK_DH_GEN_KEY 210
|
#define ENGINE_F_SUREWAREHK_DH_GEN_KEY 210
|
||||||
#define ENGINE_F_SUREWAREHK_DSA_DO_SIGN 211
|
#define ENGINE_F_SUREWAREHK_DSA_DO_SIGN 211
|
||||||
|
#define ENGINE_F_SUREWAREHK_EX_FREE 206
|
||||||
|
#define ENGINE_F_SUREWAREHK_FINISH 201
|
||||||
|
#define ENGINE_F_SUREWAREHK_INIT 200
|
||||||
|
#define ENGINE_F_SUREWAREHK_LOAD_PRIVATE_KEY 204
|
||||||
|
#define ENGINE_F_SUREWAREHK_LOAD_PUBLIC_KEY 205
|
||||||
#define ENGINE_F_SUREWAREHK_MOD_EXP 212
|
#define ENGINE_F_SUREWAREHK_MOD_EXP 212
|
||||||
|
#define ENGINE_F_SUREWAREHK_RAND_BYTES 202
|
||||||
|
#define ENGINE_F_SUREWAREHK_RAND_SEED 203
|
||||||
|
#define ENGINE_F_SUREWAREHK_RSA_PRIV_DEC 207
|
||||||
|
#define ENGINE_F_SUREWAREHK_RSA_PRIV_ENC 208
|
||||||
#define ENGINE_F_UBSEC_CTRL 176
|
#define ENGINE_F_UBSEC_CTRL 176
|
||||||
|
#define ENGINE_F_UBSEC_DH_COMPUTE_KEY 171
|
||||||
#define ENGINE_F_UBSEC_DSA_SIGN 163
|
#define ENGINE_F_UBSEC_DSA_SIGN 163
|
||||||
#define ENGINE_F_UBSEC_DSA_VERIFY 164
|
#define ENGINE_F_UBSEC_DSA_VERIFY 164
|
||||||
#define ENGINE_F_UBSEC_FINISH 165
|
#define ENGINE_F_UBSEC_FINISH 165
|
||||||
#define ENGINE_F_UBSEC_INIT 166
|
#define ENGINE_F_UBSEC_INIT 166
|
||||||
#define ENGINE_F_UBSEC_MOD_EXP 167
|
#define ENGINE_F_UBSEC_MOD_EXP 167
|
||||||
|
#define ENGINE_F_UBSEC_RNG_BYTES 172
|
||||||
#define ENGINE_F_UBSEC_RSA_MOD_EXP 168
|
#define ENGINE_F_UBSEC_RSA_MOD_EXP 168
|
||||||
#define ENGINE_F_UBSEC_RSA_MOD_EXP_CRT 169
|
#define ENGINE_F_UBSEC_RSA_MOD_EXP_CRT 169
|
||||||
#define ENGINE_F_UBSEC_DH_COMPUTE_KEY 171
|
|
||||||
#define ENGINE_F_UBSEC_RNG_BYTES 172
|
|
||||||
|
|
||||||
/* Reason codes. */
|
/* Reason codes. */
|
||||||
|
|
||||||
#define ENGINE_R_AEP_INIT_FAILURE 132
|
#define ENGINE_R_AEP_INIT_FAILURE 132
|
||||||
#define ENGINE_R_ALREADY_LOADED 100
|
#define ENGINE_R_ALREADY_LOADED 100
|
||||||
#define ENGINE_R_BIO_WAS_FREED 121
|
#define ENGINE_R_BIO_WAS_FREED 121
|
||||||
@@ -421,10 +419,10 @@ void ERR_load_ENGINE_strings(void);
|
|||||||
#define ENGINE_R_NO_SUCH_ENGINE 116
|
#define ENGINE_R_NO_SUCH_ENGINE 116
|
||||||
#define ENGINE_R_NO_UNLOAD_FUNCTION 126
|
#define ENGINE_R_NO_UNLOAD_FUNCTION 126
|
||||||
#define ENGINE_R_PROVIDE_PARAMETERS 113
|
#define ENGINE_R_PROVIDE_PARAMETERS 113
|
||||||
#define ENGINE_R_RETURN_CONNECTION_FAILED 135
|
|
||||||
#define ENGINE_R_SETBNCALLBACK_FAILURE 136
|
|
||||||
#define ENGINE_R_REQUEST_FAILED 114
|
#define ENGINE_R_REQUEST_FAILED 114
|
||||||
#define ENGINE_R_REQUEST_FALLBACK 118
|
#define ENGINE_R_REQUEST_FALLBACK 118
|
||||||
|
#define ENGINE_R_RETURN_CONNECTION_FAILED 135
|
||||||
|
#define ENGINE_R_SETBNCALLBACK_FAILURE 136
|
||||||
#define ENGINE_R_SIZE_TOO_LARGE_OR_TOO_SMALL 122
|
#define ENGINE_R_SIZE_TOO_LARGE_OR_TOO_SMALL 122
|
||||||
#define ENGINE_R_UNIT_FAILURE 115
|
#define ENGINE_R_UNIT_FAILURE 115
|
||||||
|
|
||||||
|
|||||||
@@ -132,12 +132,27 @@ static ERR_STRING_DATA ENGINE_str_functs[]=
|
|||||||
{ERR_PACK(0,ENGINE_F_HWCRHK_RAND_BYTES,0), "HWCRHK_RAND_BYTES"},
|
{ERR_PACK(0,ENGINE_F_HWCRHK_RAND_BYTES,0), "HWCRHK_RAND_BYTES"},
|
||||||
{ERR_PACK(0,ENGINE_F_HWCRHK_RSA_MOD_EXP,0), "HWCRHK_RSA_MOD_EXP"},
|
{ERR_PACK(0,ENGINE_F_HWCRHK_RSA_MOD_EXP,0), "HWCRHK_RSA_MOD_EXP"},
|
||||||
{ERR_PACK(0,ENGINE_F_LOG_MESSAGE,0), "LOG_MESSAGE"},
|
{ERR_PACK(0,ENGINE_F_LOG_MESSAGE,0), "LOG_MESSAGE"},
|
||||||
|
{ERR_PACK(0,ENGINE_F_SUREWAREHK_CTRL,0), "SUREWAREHK_CTRL"},
|
||||||
|
{ERR_PACK(0,ENGINE_F_SUREWAREHK_DH_GEN_KEY,0), "SUREWAREHK_DH_GEN_KEY"},
|
||||||
|
{ERR_PACK(0,ENGINE_F_SUREWAREHK_DSA_DO_SIGN,0), "SUREWAREHK_DSA_DO_SIGN"},
|
||||||
|
{ERR_PACK(0,ENGINE_F_SUREWAREHK_EX_FREE,0), "SUREWAREHK_EX_FREE"},
|
||||||
|
{ERR_PACK(0,ENGINE_F_SUREWAREHK_FINISH,0), "SUREWAREHK_FINISH"},
|
||||||
|
{ERR_PACK(0,ENGINE_F_SUREWAREHK_INIT,0), "SUREWAREHK_INIT"},
|
||||||
|
{ERR_PACK(0,ENGINE_F_SUREWAREHK_LOAD_PRIVATE_KEY,0), "SUREWAREHK_LOAD_PRIVATE_KEY"},
|
||||||
|
{ERR_PACK(0,ENGINE_F_SUREWAREHK_LOAD_PUBLIC_KEY,0), "SUREWAREHK_LOAD_PUBLIC_KEY"},
|
||||||
|
{ERR_PACK(0,ENGINE_F_SUREWAREHK_MOD_EXP,0), "SUREWAREHK_MOD_EXP"},
|
||||||
|
{ERR_PACK(0,ENGINE_F_SUREWAREHK_RAND_BYTES,0), "SUREWAREHK_RAND_BYTES"},
|
||||||
|
{ERR_PACK(0,ENGINE_F_SUREWAREHK_RAND_SEED,0), "SUREWAREHK_RAND_SEED"},
|
||||||
|
{ERR_PACK(0,ENGINE_F_SUREWAREHK_RSA_PRIV_DEC,0), "SUREWAREHK_RSA_PRIV_DEC"},
|
||||||
|
{ERR_PACK(0,ENGINE_F_SUREWAREHK_RSA_PRIV_ENC,0), "SUREWAREHK_RSA_PRIV_ENC"},
|
||||||
{ERR_PACK(0,ENGINE_F_UBSEC_CTRL,0), "UBSEC_CTRL"},
|
{ERR_PACK(0,ENGINE_F_UBSEC_CTRL,0), "UBSEC_CTRL"},
|
||||||
|
{ERR_PACK(0,ENGINE_F_UBSEC_DH_COMPUTE_KEY,0), "UBSEC_DH_COMPUTE_KEY"},
|
||||||
{ERR_PACK(0,ENGINE_F_UBSEC_DSA_SIGN,0), "UBSEC_DSA_SIGN"},
|
{ERR_PACK(0,ENGINE_F_UBSEC_DSA_SIGN,0), "UBSEC_DSA_SIGN"},
|
||||||
{ERR_PACK(0,ENGINE_F_UBSEC_DSA_VERIFY,0), "UBSEC_DSA_VERIFY"},
|
{ERR_PACK(0,ENGINE_F_UBSEC_DSA_VERIFY,0), "UBSEC_DSA_VERIFY"},
|
||||||
{ERR_PACK(0,ENGINE_F_UBSEC_FINISH,0), "UBSEC_FINISH"},
|
{ERR_PACK(0,ENGINE_F_UBSEC_FINISH,0), "UBSEC_FINISH"},
|
||||||
{ERR_PACK(0,ENGINE_F_UBSEC_INIT,0), "UBSEC_INIT"},
|
{ERR_PACK(0,ENGINE_F_UBSEC_INIT,0), "UBSEC_INIT"},
|
||||||
{ERR_PACK(0,ENGINE_F_UBSEC_MOD_EXP,0), "UBSEC_MOD_EXP"},
|
{ERR_PACK(0,ENGINE_F_UBSEC_MOD_EXP,0), "UBSEC_MOD_EXP"},
|
||||||
|
{ERR_PACK(0,ENGINE_F_UBSEC_RNG_BYTES,0), "UBSEC_RNG_BYTES"},
|
||||||
{ERR_PACK(0,ENGINE_F_UBSEC_RSA_MOD_EXP,0), "UBSEC_RSA_MOD_EXP"},
|
{ERR_PACK(0,ENGINE_F_UBSEC_RSA_MOD_EXP,0), "UBSEC_RSA_MOD_EXP"},
|
||||||
{ERR_PACK(0,ENGINE_F_UBSEC_RSA_MOD_EXP_CRT,0), "UBSEC_RSA_MOD_EXP_CRT"},
|
{ERR_PACK(0,ENGINE_F_UBSEC_RSA_MOD_EXP_CRT,0), "UBSEC_RSA_MOD_EXP_CRT"},
|
||||||
{0,NULL}
|
{0,NULL}
|
||||||
@@ -172,7 +187,7 @@ static ERR_STRING_DATA ENGINE_str_reasons[]=
|
|||||||
{ENGINE_R_NO_CONTROL_FUNCTION ,"no control function"},
|
{ENGINE_R_NO_CONTROL_FUNCTION ,"no control function"},
|
||||||
{ENGINE_R_NO_KEY ,"no key"},
|
{ENGINE_R_NO_KEY ,"no key"},
|
||||||
{ENGINE_R_NO_LOAD_FUNCTION ,"no load function"},
|
{ENGINE_R_NO_LOAD_FUNCTION ,"no load function"},
|
||||||
{ENGINE_R_NO_REFERENCE ,"no reference"},
|
{ENGINE_R_NO_REFERENCE ,"no reference"},
|
||||||
{ENGINE_R_NO_SUCH_ENGINE ,"no such engine"},
|
{ENGINE_R_NO_SUCH_ENGINE ,"no such engine"},
|
||||||
{ENGINE_R_NO_UNLOAD_FUNCTION ,"no unload function"},
|
{ENGINE_R_NO_UNLOAD_FUNCTION ,"no unload function"},
|
||||||
{ENGINE_R_PROVIDE_PARAMETERS ,"provide parameters"},
|
{ENGINE_R_PROVIDE_PARAMETERS ,"provide parameters"},
|
||||||
|
|||||||
@@ -777,6 +777,7 @@ void EVP_PBE_cleanup(void);
|
|||||||
/* The following lines are auto generated by the script mkerr.pl. Any changes
|
/* The following lines are auto generated by the script mkerr.pl. Any changes
|
||||||
* made after this point may be overwritten when the script is next run.
|
* made after this point may be overwritten when the script is next run.
|
||||||
*/
|
*/
|
||||||
|
void ERR_load_EVP_strings(void);
|
||||||
|
|
||||||
/* Error codes for the EVP functions. */
|
/* Error codes for the EVP functions. */
|
||||||
|
|
||||||
@@ -849,4 +850,3 @@ void EVP_PBE_cleanup(void);
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -1017,6 +1017,7 @@ int OBJ_create_objects(BIO *in);
|
|||||||
/* The following lines are auto generated by the script mkerr.pl. Any changes
|
/* The following lines are auto generated by the script mkerr.pl. Any changes
|
||||||
* made after this point may be overwritten when the script is next run.
|
* made after this point may be overwritten when the script is next run.
|
||||||
*/
|
*/
|
||||||
|
void ERR_load_OBJ_strings(void);
|
||||||
|
|
||||||
/* Error codes for the OBJ functions. */
|
/* Error codes for the OBJ functions. */
|
||||||
|
|
||||||
@@ -1035,4 +1036,3 @@ int OBJ_create_objects(BIO *in);
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -614,6 +614,7 @@ int PEM_write_PKCS8PrivateKey(FILE *fp,EVP_PKEY *x,const EVP_CIPHER *enc,
|
|||||||
/* The following lines are auto generated by the script mkerr.pl. Any changes
|
/* The following lines are auto generated by the script mkerr.pl. Any changes
|
||||||
* made after this point may be overwritten when the script is next run.
|
* made after this point may be overwritten when the script is next run.
|
||||||
*/
|
*/
|
||||||
|
void ERR_load_PEM_strings(void);
|
||||||
|
|
||||||
/* Error codes for the PEM functions. */
|
/* Error codes for the PEM functions. */
|
||||||
|
|
||||||
@@ -664,4 +665,3 @@ int PEM_write_PKCS8PrivateKey(FILE *fp,EVP_PKEY *x,const EVP_CIPHER *enc,
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -284,6 +284,7 @@ int PKCS12_newpass(PKCS12 *p12, char *oldpass, char *newpass);
|
|||||||
/* The following lines are auto generated by the script mkerr.pl. Any changes
|
/* The following lines are auto generated by the script mkerr.pl. Any changes
|
||||||
* made after this point may be overwritten when the script is next run.
|
* made after this point may be overwritten when the script is next run.
|
||||||
*/
|
*/
|
||||||
|
void ERR_load_PKCS12_strings(void);
|
||||||
|
|
||||||
/* Error codes for the PKCS12 functions. */
|
/* Error codes for the PKCS12 functions. */
|
||||||
|
|
||||||
@@ -342,4 +343,3 @@ int PKCS12_newpass(PKCS12 *p12, char *oldpass, char *newpass);
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -123,13 +123,12 @@ pk7_doit.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
|
|||||||
pk7_doit.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
|
pk7_doit.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
|
||||||
pk7_doit.o: ../../include/openssl/des.h ../../include/openssl/dh.h
|
pk7_doit.o: ../../include/openssl/des.h ../../include/openssl/dh.h
|
||||||
pk7_doit.o: ../../include/openssl/dsa.h ../../include/openssl/e_os.h
|
pk7_doit.o: ../../include/openssl/dsa.h ../../include/openssl/e_os.h
|
||||||
pk7_doit.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h
|
pk7_doit.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
|
||||||
pk7_doit.o: ../../include/openssl/err.h ../../include/openssl/evp.h
|
pk7_doit.o: ../../include/openssl/evp.h ../../include/openssl/idea.h
|
||||||
pk7_doit.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h
|
pk7_doit.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h
|
||||||
pk7_doit.o: ../../include/openssl/md2.h ../../include/openssl/md4.h
|
pk7_doit.o: ../../include/openssl/md4.h ../../include/openssl/md5.h
|
||||||
pk7_doit.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h
|
pk7_doit.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h
|
||||||
pk7_doit.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
|
pk7_doit.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
|
||||||
pk7_doit.o: ../../include/openssl/opensslconf.h
|
|
||||||
pk7_doit.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs7.h
|
pk7_doit.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs7.h
|
||||||
pk7_doit.o: ../../include/openssl/rand.h ../../include/openssl/rc2.h
|
pk7_doit.o: ../../include/openssl/rand.h ../../include/openssl/rc2.h
|
||||||
pk7_doit.o: ../../include/openssl/rc4.h ../../include/openssl/rc5.h
|
pk7_doit.o: ../../include/openssl/rc4.h ../../include/openssl/rc5.h
|
||||||
@@ -183,12 +182,12 @@ pk7_smime.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
|
|||||||
pk7_smime.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
|
pk7_smime.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
|
||||||
pk7_smime.o: ../../include/openssl/des.h ../../include/openssl/dh.h
|
pk7_smime.o: ../../include/openssl/des.h ../../include/openssl/dh.h
|
||||||
pk7_smime.o: ../../include/openssl/dsa.h ../../include/openssl/e_os.h
|
pk7_smime.o: ../../include/openssl/dsa.h ../../include/openssl/e_os.h
|
||||||
pk7_smime.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h
|
pk7_smime.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
|
||||||
pk7_smime.o: ../../include/openssl/err.h ../../include/openssl/evp.h
|
pk7_smime.o: ../../include/openssl/evp.h ../../include/openssl/idea.h
|
||||||
pk7_smime.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h
|
pk7_smime.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h
|
||||||
pk7_smime.o: ../../include/openssl/md2.h ../../include/openssl/md4.h
|
pk7_smime.o: ../../include/openssl/md4.h ../../include/openssl/md5.h
|
||||||
pk7_smime.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h
|
pk7_smime.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h
|
||||||
pk7_smime.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
|
pk7_smime.o: ../../include/openssl/objects.h
|
||||||
pk7_smime.o: ../../include/openssl/opensslconf.h
|
pk7_smime.o: ../../include/openssl/opensslconf.h
|
||||||
pk7_smime.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs7.h
|
pk7_smime.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs7.h
|
||||||
pk7_smime.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
|
pk7_smime.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
|
||||||
|
|||||||
@@ -422,6 +422,7 @@ int SMIME_text(BIO *in, BIO *out);
|
|||||||
/* The following lines are auto generated by the script mkerr.pl. Any changes
|
/* The following lines are auto generated by the script mkerr.pl. Any changes
|
||||||
* made after this point may be overwritten when the script is next run.
|
* made after this point may be overwritten when the script is next run.
|
||||||
*/
|
*/
|
||||||
|
void ERR_load_PKCS7_strings(void);
|
||||||
|
|
||||||
/* Error codes for the PKCS7 functions. */
|
/* Error codes for the PKCS7 functions. */
|
||||||
|
|
||||||
@@ -502,4 +503,3 @@ int SMIME_text(BIO *in, BIO *out);
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -117,10 +117,15 @@ int RAND_event(UINT, WPARAM, LPARAM);
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
/* BEGIN ERROR CODES */
|
/* BEGIN ERROR CODES */
|
||||||
/* The following lines are auto generated by the script mkerr.pl. Any changes
|
/* The following lines are auto generated by the script mkerr.pl. Any changes
|
||||||
* made after this point may be overwritten when the script is next run.
|
* made after this point may be overwritten when the script is next run.
|
||||||
*/
|
*/
|
||||||
|
void ERR_load_RAND_strings(void);
|
||||||
|
|
||||||
/* Error codes for the RAND functions. */
|
/* Error codes for the RAND functions. */
|
||||||
|
|
||||||
@@ -130,5 +135,7 @@ int RAND_event(UINT, WPARAM, LPARAM);
|
|||||||
/* Reason codes. */
|
/* Reason codes. */
|
||||||
#define RAND_R_PRNG_NOT_SEEDED 100
|
#define RAND_R_PRNG_NOT_SEEDED 100
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -287,6 +287,7 @@ void *RSA_get_ex_data(RSA *r, int idx);
|
|||||||
/* The following lines are auto generated by the script mkerr.pl. Any changes
|
/* The following lines are auto generated by the script mkerr.pl. Any changes
|
||||||
* made after this point may be overwritten when the script is next run.
|
* made after this point may be overwritten when the script is next run.
|
||||||
*/
|
*/
|
||||||
|
void ERR_load_RSA_strings(void);
|
||||||
|
|
||||||
/* Error codes for the RSA functions. */
|
/* Error codes for the RSA functions. */
|
||||||
|
|
||||||
@@ -355,4 +356,3 @@ void *RSA_get_ex_data(RSA *r, int idx);
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -134,13 +134,12 @@ x509_att.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
|
|||||||
x509_att.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
|
x509_att.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
|
||||||
x509_att.o: ../../include/openssl/des.h ../../include/openssl/dh.h
|
x509_att.o: ../../include/openssl/des.h ../../include/openssl/dh.h
|
||||||
x509_att.o: ../../include/openssl/dsa.h ../../include/openssl/e_os.h
|
x509_att.o: ../../include/openssl/dsa.h ../../include/openssl/e_os.h
|
||||||
x509_att.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h
|
x509_att.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
|
||||||
x509_att.o: ../../include/openssl/err.h ../../include/openssl/evp.h
|
x509_att.o: ../../include/openssl/evp.h ../../include/openssl/idea.h
|
||||||
x509_att.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h
|
x509_att.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h
|
||||||
x509_att.o: ../../include/openssl/md2.h ../../include/openssl/md4.h
|
x509_att.o: ../../include/openssl/md4.h ../../include/openssl/md5.h
|
||||||
x509_att.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h
|
x509_att.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h
|
||||||
x509_att.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
|
x509_att.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
|
||||||
x509_att.o: ../../include/openssl/opensslconf.h
|
|
||||||
x509_att.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs7.h
|
x509_att.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs7.h
|
||||||
x509_att.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
|
x509_att.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
|
||||||
x509_att.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h
|
x509_att.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h
|
||||||
@@ -155,13 +154,12 @@ x509_cmp.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
|
|||||||
x509_cmp.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
|
x509_cmp.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
|
||||||
x509_cmp.o: ../../include/openssl/des.h ../../include/openssl/dh.h
|
x509_cmp.o: ../../include/openssl/des.h ../../include/openssl/dh.h
|
||||||
x509_cmp.o: ../../include/openssl/dsa.h ../../include/openssl/e_os.h
|
x509_cmp.o: ../../include/openssl/dsa.h ../../include/openssl/e_os.h
|
||||||
x509_cmp.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h
|
x509_cmp.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
|
||||||
x509_cmp.o: ../../include/openssl/err.h ../../include/openssl/evp.h
|
x509_cmp.o: ../../include/openssl/evp.h ../../include/openssl/idea.h
|
||||||
x509_cmp.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h
|
x509_cmp.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h
|
||||||
x509_cmp.o: ../../include/openssl/md2.h ../../include/openssl/md4.h
|
x509_cmp.o: ../../include/openssl/md4.h ../../include/openssl/md5.h
|
||||||
x509_cmp.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h
|
x509_cmp.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h
|
||||||
x509_cmp.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
|
x509_cmp.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
|
||||||
x509_cmp.o: ../../include/openssl/opensslconf.h
|
|
||||||
x509_cmp.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs7.h
|
x509_cmp.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs7.h
|
||||||
x509_cmp.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
|
x509_cmp.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
|
||||||
x509_cmp.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h
|
x509_cmp.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h
|
||||||
@@ -232,13 +230,12 @@ x509_ext.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
|
|||||||
x509_ext.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
|
x509_ext.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
|
||||||
x509_ext.o: ../../include/openssl/des.h ../../include/openssl/dh.h
|
x509_ext.o: ../../include/openssl/des.h ../../include/openssl/dh.h
|
||||||
x509_ext.o: ../../include/openssl/dsa.h ../../include/openssl/e_os.h
|
x509_ext.o: ../../include/openssl/dsa.h ../../include/openssl/e_os.h
|
||||||
x509_ext.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h
|
x509_ext.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
|
||||||
x509_ext.o: ../../include/openssl/err.h ../../include/openssl/evp.h
|
x509_ext.o: ../../include/openssl/evp.h ../../include/openssl/idea.h
|
||||||
x509_ext.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h
|
x509_ext.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h
|
||||||
x509_ext.o: ../../include/openssl/md2.h ../../include/openssl/md4.h
|
x509_ext.o: ../../include/openssl/md4.h ../../include/openssl/md5.h
|
||||||
x509_ext.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h
|
x509_ext.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h
|
||||||
x509_ext.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
|
x509_ext.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
|
||||||
x509_ext.o: ../../include/openssl/opensslconf.h
|
|
||||||
x509_ext.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs7.h
|
x509_ext.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs7.h
|
||||||
x509_ext.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
|
x509_ext.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
|
||||||
x509_ext.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h
|
x509_ext.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h
|
||||||
@@ -349,13 +346,12 @@ x509_trs.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
|
|||||||
x509_trs.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
|
x509_trs.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
|
||||||
x509_trs.o: ../../include/openssl/des.h ../../include/openssl/dh.h
|
x509_trs.o: ../../include/openssl/des.h ../../include/openssl/dh.h
|
||||||
x509_trs.o: ../../include/openssl/dsa.h ../../include/openssl/e_os.h
|
x509_trs.o: ../../include/openssl/dsa.h ../../include/openssl/e_os.h
|
||||||
x509_trs.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h
|
x509_trs.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
|
||||||
x509_trs.o: ../../include/openssl/err.h ../../include/openssl/evp.h
|
x509_trs.o: ../../include/openssl/evp.h ../../include/openssl/idea.h
|
||||||
x509_trs.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h
|
x509_trs.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h
|
||||||
x509_trs.o: ../../include/openssl/md2.h ../../include/openssl/md4.h
|
x509_trs.o: ../../include/openssl/md4.h ../../include/openssl/md5.h
|
||||||
x509_trs.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h
|
x509_trs.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h
|
||||||
x509_trs.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
|
x509_trs.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
|
||||||
x509_trs.o: ../../include/openssl/opensslconf.h
|
|
||||||
x509_trs.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs7.h
|
x509_trs.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs7.h
|
||||||
x509_trs.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
|
x509_trs.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
|
||||||
x509_trs.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h
|
x509_trs.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h
|
||||||
@@ -389,33 +385,32 @@ x509_v3.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
|
|||||||
x509_v3.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
|
x509_v3.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
|
||||||
x509_v3.o: ../../include/openssl/des.h ../../include/openssl/dh.h
|
x509_v3.o: ../../include/openssl/des.h ../../include/openssl/dh.h
|
||||||
x509_v3.o: ../../include/openssl/dsa.h ../../include/openssl/e_os.h
|
x509_v3.o: ../../include/openssl/dsa.h ../../include/openssl/e_os.h
|
||||||
x509_v3.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h
|
x509_v3.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
|
||||||
x509_v3.o: ../../include/openssl/err.h ../../include/openssl/evp.h
|
x509_v3.o: ../../include/openssl/evp.h ../../include/openssl/idea.h
|
||||||
x509_v3.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h
|
x509_v3.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h
|
||||||
x509_v3.o: ../../include/openssl/md2.h ../../include/openssl/md4.h
|
x509_v3.o: ../../include/openssl/md4.h ../../include/openssl/md5.h
|
||||||
x509_v3.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h
|
x509_v3.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h
|
||||||
x509_v3.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
|
x509_v3.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
|
||||||
x509_v3.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
|
x509_v3.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs7.h
|
||||||
x509_v3.o: ../../include/openssl/pkcs7.h ../../include/openssl/rc2.h
|
x509_v3.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
|
||||||
x509_v3.o: ../../include/openssl/rc4.h ../../include/openssl/rc5.h
|
x509_v3.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h
|
||||||
x509_v3.o: ../../include/openssl/ripemd.h ../../include/openssl/rsa.h
|
x509_v3.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
|
||||||
x509_v3.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
|
x509_v3.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
|
||||||
x509_v3.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
|
x509_v3.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
|
||||||
x509_v3.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
|
x509_v3.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
|
||||||
x509_v3.o: ../../include/openssl/x509v3.h ../cryptlib.h
|
x509_v3.o: ../cryptlib.h
|
||||||
x509_vfy.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
|
x509_vfy.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
|
||||||
x509_vfy.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h
|
x509_vfy.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h
|
||||||
x509_vfy.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
|
x509_vfy.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
|
||||||
x509_vfy.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
|
x509_vfy.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
|
||||||
x509_vfy.o: ../../include/openssl/des.h ../../include/openssl/dh.h
|
x509_vfy.o: ../../include/openssl/des.h ../../include/openssl/dh.h
|
||||||
x509_vfy.o: ../../include/openssl/dsa.h ../../include/openssl/e_os.h
|
x509_vfy.o: ../../include/openssl/dsa.h ../../include/openssl/e_os.h
|
||||||
x509_vfy.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h
|
x509_vfy.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
|
||||||
x509_vfy.o: ../../include/openssl/err.h ../../include/openssl/evp.h
|
x509_vfy.o: ../../include/openssl/evp.h ../../include/openssl/idea.h
|
||||||
x509_vfy.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h
|
x509_vfy.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h
|
||||||
x509_vfy.o: ../../include/openssl/md2.h ../../include/openssl/md4.h
|
x509_vfy.o: ../../include/openssl/md4.h ../../include/openssl/md5.h
|
||||||
x509_vfy.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h
|
x509_vfy.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h
|
||||||
x509_vfy.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
|
x509_vfy.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
|
||||||
x509_vfy.o: ../../include/openssl/opensslconf.h
|
|
||||||
x509_vfy.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs7.h
|
x509_vfy.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs7.h
|
||||||
x509_vfy.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
|
x509_vfy.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
|
||||||
x509_vfy.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h
|
x509_vfy.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h
|
||||||
|
|||||||
@@ -1220,6 +1220,7 @@ int X509_TRUST_get_trust(X509_TRUST *xp);
|
|||||||
/* The following lines are auto generated by the script mkerr.pl. Any changes
|
/* The following lines are auto generated by the script mkerr.pl. Any changes
|
||||||
* made after this point may be overwritten when the script is next run.
|
* made after this point may be overwritten when the script is next run.
|
||||||
*/
|
*/
|
||||||
|
void ERR_load_X509_strings(void);
|
||||||
|
|
||||||
/* Error codes for the X509 functions. */
|
/* Error codes for the X509 functions. */
|
||||||
|
|
||||||
@@ -1291,4 +1292,3 @@ int X509_TRUST_get_trust(X509_TRUST *xp);
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -89,54 +89,53 @@ v3_akey.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
|
|||||||
v3_akey.o: ../../include/openssl/cast.h ../../include/openssl/conf.h
|
v3_akey.o: ../../include/openssl/cast.h ../../include/openssl/conf.h
|
||||||
v3_akey.o: ../../include/openssl/crypto.h ../../include/openssl/des.h
|
v3_akey.o: ../../include/openssl/crypto.h ../../include/openssl/des.h
|
||||||
v3_akey.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
|
v3_akey.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
|
||||||
v3_akey.o: ../../include/openssl/e_os.h ../../include/openssl/e_os.h
|
v3_akey.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h
|
||||||
v3_akey.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
|
v3_akey.o: ../../include/openssl/err.h ../../include/openssl/evp.h
|
||||||
v3_akey.o: ../../include/openssl/evp.h ../../include/openssl/idea.h
|
v3_akey.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h
|
||||||
v3_akey.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h
|
v3_akey.o: ../../include/openssl/md2.h ../../include/openssl/md4.h
|
||||||
v3_akey.o: ../../include/openssl/md4.h ../../include/openssl/md5.h
|
v3_akey.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h
|
||||||
v3_akey.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h
|
v3_akey.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
|
||||||
v3_akey.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
|
v3_akey.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
|
||||||
v3_akey.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs7.h
|
v3_akey.o: ../../include/openssl/pkcs7.h ../../include/openssl/rc2.h
|
||||||
v3_akey.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
|
v3_akey.o: ../../include/openssl/rc4.h ../../include/openssl/rc5.h
|
||||||
v3_akey.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h
|
v3_akey.o: ../../include/openssl/ripemd.h ../../include/openssl/rsa.h
|
||||||
v3_akey.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
|
v3_akey.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
|
||||||
v3_akey.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
|
v3_akey.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
|
||||||
v3_akey.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
|
v3_akey.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
|
||||||
v3_akey.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
|
v3_akey.o: ../../include/openssl/x509v3.h ../cryptlib.h
|
||||||
v3_akey.o: ../cryptlib.h
|
|
||||||
v3_alt.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
|
v3_alt.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
|
||||||
v3_alt.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h
|
v3_alt.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h
|
||||||
v3_alt.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
|
v3_alt.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
|
||||||
v3_alt.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
|
v3_alt.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
|
||||||
v3_alt.o: ../../include/openssl/des.h ../../include/openssl/dh.h
|
v3_alt.o: ../../include/openssl/des.h ../../include/openssl/dh.h
|
||||||
v3_alt.o: ../../include/openssl/dsa.h ../../include/openssl/e_os.h
|
v3_alt.o: ../../include/openssl/dsa.h ../../include/openssl/e_os.h
|
||||||
v3_alt.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h
|
v3_alt.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
|
||||||
v3_alt.o: ../../include/openssl/err.h ../../include/openssl/evp.h
|
v3_alt.o: ../../include/openssl/evp.h ../../include/openssl/idea.h
|
||||||
v3_alt.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h
|
v3_alt.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h
|
||||||
v3_alt.o: ../../include/openssl/md2.h ../../include/openssl/md4.h
|
v3_alt.o: ../../include/openssl/md4.h ../../include/openssl/md5.h
|
||||||
v3_alt.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h
|
v3_alt.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h
|
||||||
v3_alt.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
|
v3_alt.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
|
||||||
v3_alt.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
|
v3_alt.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs7.h
|
||||||
v3_alt.o: ../../include/openssl/pkcs7.h ../../include/openssl/rc2.h
|
v3_alt.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
|
||||||
v3_alt.o: ../../include/openssl/rc4.h ../../include/openssl/rc5.h
|
v3_alt.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h
|
||||||
v3_alt.o: ../../include/openssl/ripemd.h ../../include/openssl/rsa.h
|
v3_alt.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
|
||||||
v3_alt.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
|
v3_alt.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
|
||||||
v3_alt.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
|
v3_alt.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
|
||||||
v3_alt.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
|
v3_alt.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
|
||||||
v3_alt.o: ../../include/openssl/x509v3.h ../cryptlib.h
|
v3_alt.o: ../cryptlib.h
|
||||||
v3_bcons.o: ../../include/openssl/asn1.h ../../include/openssl/asn1_mac.h
|
v3_bcons.o: ../../include/openssl/asn1.h ../../include/openssl/asn1_mac.h
|
||||||
v3_bcons.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.h
|
v3_bcons.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.h
|
||||||
v3_bcons.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
|
v3_bcons.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
|
||||||
v3_bcons.o: ../../include/openssl/cast.h ../../include/openssl/conf.h
|
v3_bcons.o: ../../include/openssl/cast.h ../../include/openssl/conf.h
|
||||||
v3_bcons.o: ../../include/openssl/crypto.h ../../include/openssl/des.h
|
v3_bcons.o: ../../include/openssl/crypto.h ../../include/openssl/des.h
|
||||||
v3_bcons.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
|
v3_bcons.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
|
||||||
v3_bcons.o: ../../include/openssl/e_os.h ../../include/openssl/e_os.h
|
v3_bcons.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h
|
||||||
v3_bcons.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
|
v3_bcons.o: ../../include/openssl/err.h ../../include/openssl/evp.h
|
||||||
v3_bcons.o: ../../include/openssl/evp.h ../../include/openssl/idea.h
|
v3_bcons.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h
|
||||||
v3_bcons.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h
|
v3_bcons.o: ../../include/openssl/md2.h ../../include/openssl/md4.h
|
||||||
v3_bcons.o: ../../include/openssl/md4.h ../../include/openssl/md5.h
|
v3_bcons.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h
|
||||||
v3_bcons.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h
|
v3_bcons.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
|
||||||
v3_bcons.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
|
v3_bcons.o: ../../include/openssl/opensslconf.h
|
||||||
v3_bcons.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs7.h
|
v3_bcons.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs7.h
|
||||||
v3_bcons.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
|
v3_bcons.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
|
||||||
v3_bcons.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h
|
v3_bcons.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h
|
||||||
@@ -151,13 +150,12 @@ v3_bitst.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
|
|||||||
v3_bitst.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
|
v3_bitst.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
|
||||||
v3_bitst.o: ../../include/openssl/des.h ../../include/openssl/dh.h
|
v3_bitst.o: ../../include/openssl/des.h ../../include/openssl/dh.h
|
||||||
v3_bitst.o: ../../include/openssl/dsa.h ../../include/openssl/e_os.h
|
v3_bitst.o: ../../include/openssl/dsa.h ../../include/openssl/e_os.h
|
||||||
v3_bitst.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h
|
v3_bitst.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
|
||||||
v3_bitst.o: ../../include/openssl/err.h ../../include/openssl/evp.h
|
v3_bitst.o: ../../include/openssl/evp.h ../../include/openssl/idea.h
|
||||||
v3_bitst.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h
|
v3_bitst.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h
|
||||||
v3_bitst.o: ../../include/openssl/md2.h ../../include/openssl/md4.h
|
v3_bitst.o: ../../include/openssl/md4.h ../../include/openssl/md5.h
|
||||||
v3_bitst.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h
|
v3_bitst.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h
|
||||||
v3_bitst.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
|
v3_bitst.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
|
||||||
v3_bitst.o: ../../include/openssl/opensslconf.h
|
|
||||||
v3_bitst.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs7.h
|
v3_bitst.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs7.h
|
||||||
v3_bitst.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
|
v3_bitst.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
|
||||||
v3_bitst.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h
|
v3_bitst.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h
|
||||||
@@ -172,33 +170,33 @@ v3_conf.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
|
|||||||
v3_conf.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
|
v3_conf.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
|
||||||
v3_conf.o: ../../include/openssl/des.h ../../include/openssl/dh.h
|
v3_conf.o: ../../include/openssl/des.h ../../include/openssl/dh.h
|
||||||
v3_conf.o: ../../include/openssl/dsa.h ../../include/openssl/e_os.h
|
v3_conf.o: ../../include/openssl/dsa.h ../../include/openssl/e_os.h
|
||||||
v3_conf.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h
|
v3_conf.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
|
||||||
v3_conf.o: ../../include/openssl/err.h ../../include/openssl/evp.h
|
v3_conf.o: ../../include/openssl/evp.h ../../include/openssl/idea.h
|
||||||
v3_conf.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h
|
v3_conf.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h
|
||||||
v3_conf.o: ../../include/openssl/md2.h ../../include/openssl/md4.h
|
v3_conf.o: ../../include/openssl/md4.h ../../include/openssl/md5.h
|
||||||
v3_conf.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h
|
v3_conf.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h
|
||||||
v3_conf.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
|
v3_conf.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
|
||||||
v3_conf.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
|
v3_conf.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs7.h
|
||||||
v3_conf.o: ../../include/openssl/pkcs7.h ../../include/openssl/rc2.h
|
v3_conf.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
|
||||||
v3_conf.o: ../../include/openssl/rc4.h ../../include/openssl/rc5.h
|
v3_conf.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h
|
||||||
v3_conf.o: ../../include/openssl/ripemd.h ../../include/openssl/rsa.h
|
v3_conf.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
|
||||||
v3_conf.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
|
v3_conf.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
|
||||||
v3_conf.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
|
v3_conf.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
|
||||||
v3_conf.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
|
v3_conf.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
|
||||||
v3_conf.o: ../../include/openssl/x509v3.h ../cryptlib.h
|
v3_conf.o: ../cryptlib.h
|
||||||
v3_cpols.o: ../../include/openssl/asn1.h ../../include/openssl/asn1_mac.h
|
v3_cpols.o: ../../include/openssl/asn1.h ../../include/openssl/asn1_mac.h
|
||||||
v3_cpols.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.h
|
v3_cpols.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.h
|
||||||
v3_cpols.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
|
v3_cpols.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
|
||||||
v3_cpols.o: ../../include/openssl/cast.h ../../include/openssl/conf.h
|
v3_cpols.o: ../../include/openssl/cast.h ../../include/openssl/conf.h
|
||||||
v3_cpols.o: ../../include/openssl/crypto.h ../../include/openssl/des.h
|
v3_cpols.o: ../../include/openssl/crypto.h ../../include/openssl/des.h
|
||||||
v3_cpols.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
|
v3_cpols.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
|
||||||
v3_cpols.o: ../../include/openssl/e_os.h ../../include/openssl/e_os.h
|
v3_cpols.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h
|
||||||
v3_cpols.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
|
v3_cpols.o: ../../include/openssl/err.h ../../include/openssl/evp.h
|
||||||
v3_cpols.o: ../../include/openssl/evp.h ../../include/openssl/idea.h
|
v3_cpols.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h
|
||||||
v3_cpols.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h
|
v3_cpols.o: ../../include/openssl/md2.h ../../include/openssl/md4.h
|
||||||
v3_cpols.o: ../../include/openssl/md4.h ../../include/openssl/md5.h
|
v3_cpols.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h
|
||||||
v3_cpols.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h
|
v3_cpols.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
|
||||||
v3_cpols.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
|
v3_cpols.o: ../../include/openssl/opensslconf.h
|
||||||
v3_cpols.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs7.h
|
v3_cpols.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs7.h
|
||||||
v3_cpols.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
|
v3_cpols.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
|
||||||
v3_cpols.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h
|
v3_cpols.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h
|
||||||
@@ -213,54 +211,52 @@ v3_crld.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
|
|||||||
v3_crld.o: ../../include/openssl/cast.h ../../include/openssl/conf.h
|
v3_crld.o: ../../include/openssl/cast.h ../../include/openssl/conf.h
|
||||||
v3_crld.o: ../../include/openssl/crypto.h ../../include/openssl/des.h
|
v3_crld.o: ../../include/openssl/crypto.h ../../include/openssl/des.h
|
||||||
v3_crld.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
|
v3_crld.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
|
||||||
v3_crld.o: ../../include/openssl/e_os.h ../../include/openssl/e_os.h
|
v3_crld.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h
|
||||||
v3_crld.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
|
v3_crld.o: ../../include/openssl/err.h ../../include/openssl/evp.h
|
||||||
v3_crld.o: ../../include/openssl/evp.h ../../include/openssl/idea.h
|
v3_crld.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h
|
||||||
v3_crld.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h
|
v3_crld.o: ../../include/openssl/md2.h ../../include/openssl/md4.h
|
||||||
v3_crld.o: ../../include/openssl/md4.h ../../include/openssl/md5.h
|
v3_crld.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h
|
||||||
v3_crld.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h
|
v3_crld.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
|
||||||
v3_crld.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
|
v3_crld.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
|
||||||
v3_crld.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs7.h
|
v3_crld.o: ../../include/openssl/pkcs7.h ../../include/openssl/rc2.h
|
||||||
v3_crld.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
|
v3_crld.o: ../../include/openssl/rc4.h ../../include/openssl/rc5.h
|
||||||
v3_crld.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h
|
v3_crld.o: ../../include/openssl/ripemd.h ../../include/openssl/rsa.h
|
||||||
v3_crld.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
|
v3_crld.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
|
||||||
v3_crld.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
|
v3_crld.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
|
||||||
v3_crld.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
|
v3_crld.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
|
||||||
v3_crld.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
|
v3_crld.o: ../../include/openssl/x509v3.h ../cryptlib.h
|
||||||
v3_crld.o: ../cryptlib.h
|
|
||||||
v3_enum.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
|
v3_enum.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
|
||||||
v3_enum.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h
|
v3_enum.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h
|
||||||
v3_enum.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
|
v3_enum.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
|
||||||
v3_enum.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
|
v3_enum.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
|
||||||
v3_enum.o: ../../include/openssl/des.h ../../include/openssl/dh.h
|
v3_enum.o: ../../include/openssl/des.h ../../include/openssl/dh.h
|
||||||
v3_enum.o: ../../include/openssl/dsa.h ../../include/openssl/e_os.h
|
v3_enum.o: ../../include/openssl/dsa.h ../../include/openssl/e_os.h
|
||||||
v3_enum.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h
|
v3_enum.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
|
||||||
v3_enum.o: ../../include/openssl/err.h ../../include/openssl/evp.h
|
v3_enum.o: ../../include/openssl/evp.h ../../include/openssl/idea.h
|
||||||
v3_enum.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h
|
v3_enum.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h
|
||||||
v3_enum.o: ../../include/openssl/md2.h ../../include/openssl/md4.h
|
v3_enum.o: ../../include/openssl/md4.h ../../include/openssl/md5.h
|
||||||
v3_enum.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h
|
v3_enum.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h
|
||||||
v3_enum.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
|
v3_enum.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
|
||||||
v3_enum.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
|
v3_enum.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs7.h
|
||||||
v3_enum.o: ../../include/openssl/pkcs7.h ../../include/openssl/rc2.h
|
v3_enum.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
|
||||||
v3_enum.o: ../../include/openssl/rc4.h ../../include/openssl/rc5.h
|
v3_enum.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h
|
||||||
v3_enum.o: ../../include/openssl/ripemd.h ../../include/openssl/rsa.h
|
v3_enum.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
|
||||||
v3_enum.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
|
v3_enum.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
|
||||||
v3_enum.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
|
v3_enum.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
|
||||||
v3_enum.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
|
v3_enum.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
|
||||||
v3_enum.o: ../../include/openssl/x509v3.h ../cryptlib.h
|
v3_enum.o: ../cryptlib.h
|
||||||
v3_extku.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
|
v3_extku.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
|
||||||
v3_extku.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h
|
v3_extku.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h
|
||||||
v3_extku.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
|
v3_extku.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
|
||||||
v3_extku.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
|
v3_extku.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
|
||||||
v3_extku.o: ../../include/openssl/des.h ../../include/openssl/dh.h
|
v3_extku.o: ../../include/openssl/des.h ../../include/openssl/dh.h
|
||||||
v3_extku.o: ../../include/openssl/dsa.h ../../include/openssl/e_os.h
|
v3_extku.o: ../../include/openssl/dsa.h ../../include/openssl/e_os.h
|
||||||
v3_extku.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h
|
v3_extku.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
|
||||||
v3_extku.o: ../../include/openssl/err.h ../../include/openssl/evp.h
|
v3_extku.o: ../../include/openssl/evp.h ../../include/openssl/idea.h
|
||||||
v3_extku.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h
|
v3_extku.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h
|
||||||
v3_extku.o: ../../include/openssl/md2.h ../../include/openssl/md4.h
|
v3_extku.o: ../../include/openssl/md4.h ../../include/openssl/md5.h
|
||||||
v3_extku.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h
|
v3_extku.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h
|
||||||
v3_extku.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
|
v3_extku.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
|
||||||
v3_extku.o: ../../include/openssl/opensslconf.h
|
|
||||||
v3_extku.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs7.h
|
v3_extku.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs7.h
|
||||||
v3_extku.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
|
v3_extku.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
|
||||||
v3_extku.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h
|
v3_extku.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h
|
||||||
@@ -275,196 +271,193 @@ v3_genn.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
|
|||||||
v3_genn.o: ../../include/openssl/cast.h ../../include/openssl/conf.h
|
v3_genn.o: ../../include/openssl/cast.h ../../include/openssl/conf.h
|
||||||
v3_genn.o: ../../include/openssl/crypto.h ../../include/openssl/des.h
|
v3_genn.o: ../../include/openssl/crypto.h ../../include/openssl/des.h
|
||||||
v3_genn.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
|
v3_genn.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
|
||||||
v3_genn.o: ../../include/openssl/e_os.h ../../include/openssl/e_os.h
|
v3_genn.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h
|
||||||
v3_genn.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
|
v3_genn.o: ../../include/openssl/err.h ../../include/openssl/evp.h
|
||||||
v3_genn.o: ../../include/openssl/evp.h ../../include/openssl/idea.h
|
v3_genn.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h
|
||||||
v3_genn.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h
|
v3_genn.o: ../../include/openssl/md2.h ../../include/openssl/md4.h
|
||||||
v3_genn.o: ../../include/openssl/md4.h ../../include/openssl/md5.h
|
v3_genn.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h
|
||||||
v3_genn.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h
|
v3_genn.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
|
||||||
v3_genn.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
|
v3_genn.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
|
||||||
v3_genn.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs7.h
|
v3_genn.o: ../../include/openssl/pkcs7.h ../../include/openssl/rc2.h
|
||||||
v3_genn.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
|
v3_genn.o: ../../include/openssl/rc4.h ../../include/openssl/rc5.h
|
||||||
v3_genn.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h
|
v3_genn.o: ../../include/openssl/ripemd.h ../../include/openssl/rsa.h
|
||||||
v3_genn.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
|
v3_genn.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
|
||||||
v3_genn.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
|
v3_genn.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
|
||||||
v3_genn.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
|
v3_genn.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
|
||||||
v3_genn.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
|
v3_genn.o: ../../include/openssl/x509v3.h ../cryptlib.h
|
||||||
v3_genn.o: ../cryptlib.h
|
|
||||||
v3_ia5.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
|
v3_ia5.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
|
||||||
v3_ia5.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h
|
v3_ia5.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h
|
||||||
v3_ia5.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
|
v3_ia5.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
|
||||||
v3_ia5.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
|
v3_ia5.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
|
||||||
v3_ia5.o: ../../include/openssl/des.h ../../include/openssl/dh.h
|
v3_ia5.o: ../../include/openssl/des.h ../../include/openssl/dh.h
|
||||||
v3_ia5.o: ../../include/openssl/dsa.h ../../include/openssl/e_os.h
|
v3_ia5.o: ../../include/openssl/dsa.h ../../include/openssl/e_os.h
|
||||||
v3_ia5.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h
|
v3_ia5.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
|
||||||
v3_ia5.o: ../../include/openssl/err.h ../../include/openssl/evp.h
|
v3_ia5.o: ../../include/openssl/evp.h ../../include/openssl/idea.h
|
||||||
v3_ia5.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h
|
v3_ia5.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h
|
||||||
v3_ia5.o: ../../include/openssl/md2.h ../../include/openssl/md4.h
|
v3_ia5.o: ../../include/openssl/md4.h ../../include/openssl/md5.h
|
||||||
v3_ia5.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h
|
v3_ia5.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h
|
||||||
v3_ia5.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
|
v3_ia5.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
|
||||||
v3_ia5.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
|
v3_ia5.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs7.h
|
||||||
v3_ia5.o: ../../include/openssl/pkcs7.h ../../include/openssl/rc2.h
|
v3_ia5.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
|
||||||
v3_ia5.o: ../../include/openssl/rc4.h ../../include/openssl/rc5.h
|
v3_ia5.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h
|
||||||
v3_ia5.o: ../../include/openssl/ripemd.h ../../include/openssl/rsa.h
|
v3_ia5.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
|
||||||
v3_ia5.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
|
v3_ia5.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
|
||||||
v3_ia5.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
|
v3_ia5.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
|
||||||
v3_ia5.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
|
v3_ia5.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
|
||||||
v3_ia5.o: ../../include/openssl/x509v3.h ../cryptlib.h
|
v3_ia5.o: ../cryptlib.h
|
||||||
v3_info.o: ../../include/openssl/asn1.h ../../include/openssl/asn1_mac.h
|
v3_info.o: ../../include/openssl/asn1.h ../../include/openssl/asn1_mac.h
|
||||||
v3_info.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.h
|
v3_info.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.h
|
||||||
v3_info.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
|
v3_info.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
|
||||||
v3_info.o: ../../include/openssl/cast.h ../../include/openssl/conf.h
|
v3_info.o: ../../include/openssl/cast.h ../../include/openssl/conf.h
|
||||||
v3_info.o: ../../include/openssl/crypto.h ../../include/openssl/des.h
|
v3_info.o: ../../include/openssl/crypto.h ../../include/openssl/des.h
|
||||||
v3_info.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
|
v3_info.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
|
||||||
v3_info.o: ../../include/openssl/e_os.h ../../include/openssl/e_os.h
|
v3_info.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h
|
||||||
v3_info.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
|
v3_info.o: ../../include/openssl/err.h ../../include/openssl/evp.h
|
||||||
v3_info.o: ../../include/openssl/evp.h ../../include/openssl/idea.h
|
v3_info.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h
|
||||||
v3_info.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h
|
v3_info.o: ../../include/openssl/md2.h ../../include/openssl/md4.h
|
||||||
v3_info.o: ../../include/openssl/md4.h ../../include/openssl/md5.h
|
v3_info.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h
|
||||||
v3_info.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h
|
v3_info.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
|
||||||
v3_info.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
|
v3_info.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
|
||||||
v3_info.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs7.h
|
v3_info.o: ../../include/openssl/pkcs7.h ../../include/openssl/rc2.h
|
||||||
v3_info.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
|
v3_info.o: ../../include/openssl/rc4.h ../../include/openssl/rc5.h
|
||||||
v3_info.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h
|
v3_info.o: ../../include/openssl/ripemd.h ../../include/openssl/rsa.h
|
||||||
v3_info.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
|
v3_info.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
|
||||||
v3_info.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
|
v3_info.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
|
||||||
v3_info.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
|
v3_info.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
|
||||||
v3_info.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
|
v3_info.o: ../../include/openssl/x509v3.h ../cryptlib.h
|
||||||
v3_info.o: ../cryptlib.h
|
|
||||||
v3_int.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
|
v3_int.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
|
||||||
v3_int.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h
|
v3_int.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h
|
||||||
v3_int.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
|
v3_int.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
|
||||||
v3_int.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
|
v3_int.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
|
||||||
v3_int.o: ../../include/openssl/des.h ../../include/openssl/dh.h
|
v3_int.o: ../../include/openssl/des.h ../../include/openssl/dh.h
|
||||||
v3_int.o: ../../include/openssl/dsa.h ../../include/openssl/e_os.h
|
v3_int.o: ../../include/openssl/dsa.h ../../include/openssl/e_os.h
|
||||||
v3_int.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h
|
v3_int.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
|
||||||
v3_int.o: ../../include/openssl/err.h ../../include/openssl/evp.h
|
v3_int.o: ../../include/openssl/evp.h ../../include/openssl/idea.h
|
||||||
v3_int.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h
|
v3_int.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h
|
||||||
v3_int.o: ../../include/openssl/md2.h ../../include/openssl/md4.h
|
v3_int.o: ../../include/openssl/md4.h ../../include/openssl/md5.h
|
||||||
v3_int.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h
|
v3_int.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h
|
||||||
v3_int.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
|
v3_int.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
|
||||||
v3_int.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
|
v3_int.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs7.h
|
||||||
v3_int.o: ../../include/openssl/pkcs7.h ../../include/openssl/rc2.h
|
v3_int.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
|
||||||
v3_int.o: ../../include/openssl/rc4.h ../../include/openssl/rc5.h
|
v3_int.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h
|
||||||
v3_int.o: ../../include/openssl/ripemd.h ../../include/openssl/rsa.h
|
v3_int.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
|
||||||
v3_int.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
|
v3_int.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
|
||||||
v3_int.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
|
v3_int.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
|
||||||
v3_int.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
|
v3_int.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
|
||||||
v3_int.o: ../../include/openssl/x509v3.h ../cryptlib.h
|
v3_int.o: ../cryptlib.h
|
||||||
v3_lib.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
|
v3_lib.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
|
||||||
v3_lib.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h
|
v3_lib.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h
|
||||||
v3_lib.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
|
v3_lib.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
|
||||||
v3_lib.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
|
v3_lib.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
|
||||||
v3_lib.o: ../../include/openssl/des.h ../../include/openssl/dh.h
|
v3_lib.o: ../../include/openssl/des.h ../../include/openssl/dh.h
|
||||||
v3_lib.o: ../../include/openssl/dsa.h ../../include/openssl/e_os.h
|
v3_lib.o: ../../include/openssl/dsa.h ../../include/openssl/e_os.h
|
||||||
v3_lib.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h
|
v3_lib.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
|
||||||
v3_lib.o: ../../include/openssl/err.h ../../include/openssl/evp.h
|
v3_lib.o: ../../include/openssl/evp.h ../../include/openssl/idea.h
|
||||||
v3_lib.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h
|
v3_lib.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h
|
||||||
v3_lib.o: ../../include/openssl/md2.h ../../include/openssl/md4.h
|
v3_lib.o: ../../include/openssl/md4.h ../../include/openssl/md5.h
|
||||||
v3_lib.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h
|
v3_lib.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h
|
||||||
v3_lib.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
|
v3_lib.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
|
||||||
v3_lib.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
|
v3_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs7.h
|
||||||
v3_lib.o: ../../include/openssl/pkcs7.h ../../include/openssl/rc2.h
|
v3_lib.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
|
||||||
v3_lib.o: ../../include/openssl/rc4.h ../../include/openssl/rc5.h
|
v3_lib.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h
|
||||||
v3_lib.o: ../../include/openssl/ripemd.h ../../include/openssl/rsa.h
|
v3_lib.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
|
||||||
v3_lib.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
|
v3_lib.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
|
||||||
v3_lib.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
|
v3_lib.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
|
||||||
v3_lib.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
|
v3_lib.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
|
||||||
v3_lib.o: ../../include/openssl/x509v3.h ../cryptlib.h ext_dat.h
|
v3_lib.o: ../cryptlib.h ext_dat.h
|
||||||
v3_pku.o: ../../include/openssl/asn1.h ../../include/openssl/asn1_mac.h
|
v3_pku.o: ../../include/openssl/asn1.h ../../include/openssl/asn1_mac.h
|
||||||
v3_pku.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.h
|
v3_pku.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.h
|
||||||
v3_pku.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
|
v3_pku.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
|
||||||
v3_pku.o: ../../include/openssl/cast.h ../../include/openssl/conf.h
|
v3_pku.o: ../../include/openssl/cast.h ../../include/openssl/conf.h
|
||||||
v3_pku.o: ../../include/openssl/crypto.h ../../include/openssl/des.h
|
v3_pku.o: ../../include/openssl/crypto.h ../../include/openssl/des.h
|
||||||
v3_pku.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
|
v3_pku.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
|
||||||
v3_pku.o: ../../include/openssl/e_os.h ../../include/openssl/e_os.h
|
v3_pku.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h
|
||||||
v3_pku.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
|
v3_pku.o: ../../include/openssl/err.h ../../include/openssl/evp.h
|
||||||
v3_pku.o: ../../include/openssl/evp.h ../../include/openssl/idea.h
|
v3_pku.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h
|
||||||
v3_pku.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h
|
v3_pku.o: ../../include/openssl/md2.h ../../include/openssl/md4.h
|
||||||
v3_pku.o: ../../include/openssl/md4.h ../../include/openssl/md5.h
|
v3_pku.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h
|
||||||
v3_pku.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h
|
v3_pku.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
|
||||||
v3_pku.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
|
v3_pku.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
|
||||||
v3_pku.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs7.h
|
v3_pku.o: ../../include/openssl/pkcs7.h ../../include/openssl/rc2.h
|
||||||
v3_pku.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
|
v3_pku.o: ../../include/openssl/rc4.h ../../include/openssl/rc5.h
|
||||||
v3_pku.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h
|
v3_pku.o: ../../include/openssl/ripemd.h ../../include/openssl/rsa.h
|
||||||
v3_pku.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
|
v3_pku.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
|
||||||
v3_pku.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
|
v3_pku.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
|
||||||
v3_pku.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
|
v3_pku.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
|
||||||
v3_pku.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
|
v3_pku.o: ../../include/openssl/x509v3.h ../cryptlib.h
|
||||||
v3_pku.o: ../cryptlib.h
|
|
||||||
v3_prn.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
|
v3_prn.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
|
||||||
v3_prn.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h
|
v3_prn.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h
|
||||||
v3_prn.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
|
v3_prn.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
|
||||||
v3_prn.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
|
v3_prn.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
|
||||||
v3_prn.o: ../../include/openssl/des.h ../../include/openssl/dh.h
|
v3_prn.o: ../../include/openssl/des.h ../../include/openssl/dh.h
|
||||||
v3_prn.o: ../../include/openssl/dsa.h ../../include/openssl/e_os.h
|
v3_prn.o: ../../include/openssl/dsa.h ../../include/openssl/e_os.h
|
||||||
v3_prn.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h
|
v3_prn.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
|
||||||
v3_prn.o: ../../include/openssl/err.h ../../include/openssl/evp.h
|
v3_prn.o: ../../include/openssl/evp.h ../../include/openssl/idea.h
|
||||||
v3_prn.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h
|
v3_prn.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h
|
||||||
v3_prn.o: ../../include/openssl/md2.h ../../include/openssl/md4.h
|
v3_prn.o: ../../include/openssl/md4.h ../../include/openssl/md5.h
|
||||||
v3_prn.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h
|
v3_prn.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h
|
||||||
v3_prn.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
|
v3_prn.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
|
||||||
v3_prn.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
|
v3_prn.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs7.h
|
||||||
v3_prn.o: ../../include/openssl/pkcs7.h ../../include/openssl/rc2.h
|
v3_prn.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
|
||||||
v3_prn.o: ../../include/openssl/rc4.h ../../include/openssl/rc5.h
|
v3_prn.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h
|
||||||
v3_prn.o: ../../include/openssl/ripemd.h ../../include/openssl/rsa.h
|
v3_prn.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
|
||||||
v3_prn.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
|
v3_prn.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
|
||||||
v3_prn.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
|
v3_prn.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
|
||||||
v3_prn.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
|
v3_prn.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
|
||||||
v3_prn.o: ../../include/openssl/x509v3.h ../cryptlib.h
|
v3_prn.o: ../cryptlib.h
|
||||||
v3_purp.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
|
v3_purp.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
|
||||||
v3_purp.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h
|
v3_purp.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h
|
||||||
v3_purp.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
|
v3_purp.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
|
||||||
v3_purp.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
|
v3_purp.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
|
||||||
v3_purp.o: ../../include/openssl/des.h ../../include/openssl/dh.h
|
v3_purp.o: ../../include/openssl/des.h ../../include/openssl/dh.h
|
||||||
v3_purp.o: ../../include/openssl/dsa.h ../../include/openssl/e_os.h
|
v3_purp.o: ../../include/openssl/dsa.h ../../include/openssl/e_os.h
|
||||||
v3_purp.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h
|
v3_purp.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
|
||||||
v3_purp.o: ../../include/openssl/err.h ../../include/openssl/evp.h
|
v3_purp.o: ../../include/openssl/evp.h ../../include/openssl/idea.h
|
||||||
v3_purp.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h
|
v3_purp.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h
|
||||||
v3_purp.o: ../../include/openssl/md2.h ../../include/openssl/md4.h
|
v3_purp.o: ../../include/openssl/md4.h ../../include/openssl/md5.h
|
||||||
v3_purp.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h
|
v3_purp.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h
|
||||||
v3_purp.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
|
v3_purp.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
|
||||||
v3_purp.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
|
v3_purp.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs7.h
|
||||||
v3_purp.o: ../../include/openssl/pkcs7.h ../../include/openssl/rc2.h
|
v3_purp.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
|
||||||
v3_purp.o: ../../include/openssl/rc4.h ../../include/openssl/rc5.h
|
v3_purp.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h
|
||||||
v3_purp.o: ../../include/openssl/ripemd.h ../../include/openssl/rsa.h
|
v3_purp.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
|
||||||
v3_purp.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
|
v3_purp.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
|
||||||
v3_purp.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
|
v3_purp.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
|
||||||
v3_purp.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
|
v3_purp.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
|
||||||
v3_purp.o: ../../include/openssl/x509v3.h ../cryptlib.h
|
v3_purp.o: ../cryptlib.h
|
||||||
v3_skey.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
|
v3_skey.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
|
||||||
v3_skey.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h
|
v3_skey.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h
|
||||||
v3_skey.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
|
v3_skey.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
|
||||||
v3_skey.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
|
v3_skey.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
|
||||||
v3_skey.o: ../../include/openssl/des.h ../../include/openssl/dh.h
|
v3_skey.o: ../../include/openssl/des.h ../../include/openssl/dh.h
|
||||||
v3_skey.o: ../../include/openssl/dsa.h ../../include/openssl/e_os.h
|
v3_skey.o: ../../include/openssl/dsa.h ../../include/openssl/e_os.h
|
||||||
v3_skey.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h
|
v3_skey.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
|
||||||
v3_skey.o: ../../include/openssl/err.h ../../include/openssl/evp.h
|
v3_skey.o: ../../include/openssl/evp.h ../../include/openssl/idea.h
|
||||||
v3_skey.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h
|
v3_skey.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h
|
||||||
v3_skey.o: ../../include/openssl/md2.h ../../include/openssl/md4.h
|
v3_skey.o: ../../include/openssl/md4.h ../../include/openssl/md5.h
|
||||||
v3_skey.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h
|
v3_skey.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h
|
||||||
v3_skey.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
|
v3_skey.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
|
||||||
v3_skey.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
|
v3_skey.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs7.h
|
||||||
v3_skey.o: ../../include/openssl/pkcs7.h ../../include/openssl/rc2.h
|
v3_skey.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
|
||||||
v3_skey.o: ../../include/openssl/rc4.h ../../include/openssl/rc5.h
|
v3_skey.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h
|
||||||
v3_skey.o: ../../include/openssl/ripemd.h ../../include/openssl/rsa.h
|
v3_skey.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
|
||||||
v3_skey.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
|
v3_skey.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
|
||||||
v3_skey.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
|
v3_skey.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
|
||||||
v3_skey.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
|
v3_skey.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
|
||||||
v3_skey.o: ../../include/openssl/x509v3.h ../cryptlib.h
|
v3_skey.o: ../cryptlib.h
|
||||||
v3_sxnet.o: ../../include/openssl/asn1.h ../../include/openssl/asn1_mac.h
|
v3_sxnet.o: ../../include/openssl/asn1.h ../../include/openssl/asn1_mac.h
|
||||||
v3_sxnet.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.h
|
v3_sxnet.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.h
|
||||||
v3_sxnet.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
|
v3_sxnet.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
|
||||||
v3_sxnet.o: ../../include/openssl/cast.h ../../include/openssl/conf.h
|
v3_sxnet.o: ../../include/openssl/cast.h ../../include/openssl/conf.h
|
||||||
v3_sxnet.o: ../../include/openssl/crypto.h ../../include/openssl/des.h
|
v3_sxnet.o: ../../include/openssl/crypto.h ../../include/openssl/des.h
|
||||||
v3_sxnet.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
|
v3_sxnet.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
|
||||||
v3_sxnet.o: ../../include/openssl/e_os.h ../../include/openssl/e_os.h
|
v3_sxnet.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h
|
||||||
v3_sxnet.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
|
v3_sxnet.o: ../../include/openssl/err.h ../../include/openssl/evp.h
|
||||||
v3_sxnet.o: ../../include/openssl/evp.h ../../include/openssl/idea.h
|
v3_sxnet.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h
|
||||||
v3_sxnet.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h
|
v3_sxnet.o: ../../include/openssl/md2.h ../../include/openssl/md4.h
|
||||||
v3_sxnet.o: ../../include/openssl/md4.h ../../include/openssl/md5.h
|
v3_sxnet.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h
|
||||||
v3_sxnet.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h
|
v3_sxnet.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
|
||||||
v3_sxnet.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
|
v3_sxnet.o: ../../include/openssl/opensslconf.h
|
||||||
v3_sxnet.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs7.h
|
v3_sxnet.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs7.h
|
||||||
v3_sxnet.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
|
v3_sxnet.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
|
||||||
v3_sxnet.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h
|
v3_sxnet.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h
|
||||||
@@ -479,20 +472,20 @@ v3_utl.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
|
|||||||
v3_utl.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
|
v3_utl.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
|
||||||
v3_utl.o: ../../include/openssl/des.h ../../include/openssl/dh.h
|
v3_utl.o: ../../include/openssl/des.h ../../include/openssl/dh.h
|
||||||
v3_utl.o: ../../include/openssl/dsa.h ../../include/openssl/e_os.h
|
v3_utl.o: ../../include/openssl/dsa.h ../../include/openssl/e_os.h
|
||||||
v3_utl.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h
|
v3_utl.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
|
||||||
v3_utl.o: ../../include/openssl/err.h ../../include/openssl/evp.h
|
v3_utl.o: ../../include/openssl/evp.h ../../include/openssl/idea.h
|
||||||
v3_utl.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h
|
v3_utl.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h
|
||||||
v3_utl.o: ../../include/openssl/md2.h ../../include/openssl/md4.h
|
v3_utl.o: ../../include/openssl/md4.h ../../include/openssl/md5.h
|
||||||
v3_utl.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h
|
v3_utl.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h
|
||||||
v3_utl.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
|
v3_utl.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
|
||||||
v3_utl.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
|
v3_utl.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs7.h
|
||||||
v3_utl.o: ../../include/openssl/pkcs7.h ../../include/openssl/rc2.h
|
v3_utl.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
|
||||||
v3_utl.o: ../../include/openssl/rc4.h ../../include/openssl/rc5.h
|
v3_utl.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h
|
||||||
v3_utl.o: ../../include/openssl/ripemd.h ../../include/openssl/rsa.h
|
v3_utl.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
|
||||||
v3_utl.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
|
v3_utl.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
|
||||||
v3_utl.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
|
v3_utl.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
|
||||||
v3_utl.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
|
v3_utl.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
|
||||||
v3_utl.o: ../../include/openssl/x509v3.h ../cryptlib.h
|
v3_utl.o: ../cryptlib.h
|
||||||
v3err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
|
v3err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
|
||||||
v3err.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h
|
v3err.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h
|
||||||
v3err.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
|
v3err.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
|
||||||
|
|||||||
@@ -555,6 +555,7 @@ void X509_email_free(STACK *sk);
|
|||||||
/* The following lines are auto generated by the script mkerr.pl. Any changes
|
/* The following lines are auto generated by the script mkerr.pl. Any changes
|
||||||
* made after this point may be overwritten when the script is next run.
|
* made after this point may be overwritten when the script is next run.
|
||||||
*/
|
*/
|
||||||
|
void ERR_load_X509V3_strings(void);
|
||||||
|
|
||||||
/* Error codes for the X509V3 functions. */
|
/* Error codes for the X509V3 functions. */
|
||||||
|
|
||||||
@@ -650,4 +651,3 @@ void X509_email_free(STACK *sk);
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -139,10 +139,15 @@ RSA_METHOD *RSA_PKCS1_RSAref(void );
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
/* BEGIN ERROR CODES */
|
/* BEGIN ERROR CODES */
|
||||||
/* The following lines are auto generated by the script mkerr.pl. Any changes
|
/* The following lines are auto generated by the script mkerr.pl. Any changes
|
||||||
* made after this point may be overwritten when the script is next run.
|
* made after this point may be overwritten when the script is next run.
|
||||||
*/
|
*/
|
||||||
|
void ERR_load_RSAREF_strings(void);
|
||||||
|
|
||||||
/* Error codes for the RSAREF functions. */
|
/* Error codes for the RSAREF functions. */
|
||||||
|
|
||||||
@@ -177,4 +182,8 @@ RSA_METHOD *RSA_PKCS1_RSAref(void );
|
|||||||
#define RSAREF_R_SIGNATURE 0x040b
|
#define RSAREF_R_SIGNATURE 0x040b
|
||||||
#define RSAREF_R_SIGNATURE_ENCODING 0x040c
|
#define RSAREF_R_SIGNATURE_ENCODING 0x040c
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -571,7 +571,6 @@ ssl_cert.o: ../include/openssl/buffer.h ../include/openssl/cast.h
|
|||||||
ssl_cert.o: ../include/openssl/comp.h ../include/openssl/conf.h
|
ssl_cert.o: ../include/openssl/comp.h ../include/openssl/conf.h
|
||||||
ssl_cert.o: ../include/openssl/crypto.h ../include/openssl/des.h
|
ssl_cert.o: ../include/openssl/crypto.h ../include/openssl/des.h
|
||||||
ssl_cert.o: ../include/openssl/dh.h ../include/openssl/dsa.h
|
ssl_cert.o: ../include/openssl/dh.h ../include/openssl/dsa.h
|
||||||
ssl_cert.o: ../include/openssl/e_os.h ../include/openssl/e_os.h
|
|
||||||
ssl_cert.o: ../include/openssl/e_os.h ../include/openssl/e_os2.h
|
ssl_cert.o: ../include/openssl/e_os.h ../include/openssl/e_os2.h
|
||||||
ssl_cert.o: ../include/openssl/err.h ../include/openssl/evp.h
|
ssl_cert.o: ../include/openssl/err.h ../include/openssl/evp.h
|
||||||
ssl_cert.o: ../include/openssl/idea.h ../include/openssl/lhash.h
|
ssl_cert.o: ../include/openssl/idea.h ../include/openssl/lhash.h
|
||||||
@@ -662,24 +661,23 @@ ssl_lib.o: ../include/openssl/buffer.h ../include/openssl/cast.h
|
|||||||
ssl_lib.o: ../include/openssl/comp.h ../include/openssl/conf.h
|
ssl_lib.o: ../include/openssl/comp.h ../include/openssl/conf.h
|
||||||
ssl_lib.o: ../include/openssl/crypto.h ../include/openssl/des.h
|
ssl_lib.o: ../include/openssl/crypto.h ../include/openssl/des.h
|
||||||
ssl_lib.o: ../include/openssl/dh.h ../include/openssl/dsa.h
|
ssl_lib.o: ../include/openssl/dh.h ../include/openssl/dsa.h
|
||||||
ssl_lib.o: ../include/openssl/e_os.h ../include/openssl/e_os.h
|
ssl_lib.o: ../include/openssl/e_os.h ../include/openssl/e_os2.h
|
||||||
ssl_lib.o: ../include/openssl/e_os2.h ../include/openssl/err.h
|
ssl_lib.o: ../include/openssl/err.h ../include/openssl/evp.h
|
||||||
ssl_lib.o: ../include/openssl/evp.h ../include/openssl/idea.h
|
ssl_lib.o: ../include/openssl/idea.h ../include/openssl/lhash.h
|
||||||
ssl_lib.o: ../include/openssl/lhash.h ../include/openssl/md2.h
|
ssl_lib.o: ../include/openssl/md2.h ../include/openssl/md4.h
|
||||||
ssl_lib.o: ../include/openssl/md4.h ../include/openssl/md5.h
|
ssl_lib.o: ../include/openssl/md5.h ../include/openssl/mdc2.h
|
||||||
ssl_lib.o: ../include/openssl/mdc2.h ../include/openssl/obj_mac.h
|
ssl_lib.o: ../include/openssl/obj_mac.h ../include/openssl/objects.h
|
||||||
ssl_lib.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h
|
ssl_lib.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h
|
||||||
ssl_lib.o: ../include/openssl/opensslv.h ../include/openssl/pem.h
|
ssl_lib.o: ../include/openssl/pem.h ../include/openssl/pem2.h
|
||||||
ssl_lib.o: ../include/openssl/pem2.h ../include/openssl/pkcs7.h
|
ssl_lib.o: ../include/openssl/pkcs7.h ../include/openssl/rc2.h
|
||||||
ssl_lib.o: ../include/openssl/rc2.h ../include/openssl/rc4.h
|
ssl_lib.o: ../include/openssl/rc4.h ../include/openssl/rc5.h
|
||||||
ssl_lib.o: ../include/openssl/rc5.h ../include/openssl/ripemd.h
|
ssl_lib.o: ../include/openssl/ripemd.h ../include/openssl/rsa.h
|
||||||
ssl_lib.o: ../include/openssl/rsa.h ../include/openssl/safestack.h
|
ssl_lib.o: ../include/openssl/safestack.h ../include/openssl/sha.h
|
||||||
ssl_lib.o: ../include/openssl/sha.h ../include/openssl/ssl.h
|
ssl_lib.o: ../include/openssl/ssl.h ../include/openssl/ssl2.h
|
||||||
ssl_lib.o: ../include/openssl/ssl2.h ../include/openssl/ssl23.h
|
ssl_lib.o: ../include/openssl/ssl23.h ../include/openssl/ssl3.h
|
||||||
ssl_lib.o: ../include/openssl/ssl3.h ../include/openssl/stack.h
|
ssl_lib.o: ../include/openssl/stack.h ../include/openssl/symhacks.h
|
||||||
ssl_lib.o: ../include/openssl/symhacks.h ../include/openssl/tls1.h
|
ssl_lib.o: ../include/openssl/tls1.h ../include/openssl/x509.h
|
||||||
ssl_lib.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h
|
ssl_lib.o: ../include/openssl/x509_vfy.h ../include/openssl/x509v3.h ssl_locl.h
|
||||||
ssl_lib.o: ../include/openssl/x509v3.h ssl_locl.h
|
|
||||||
ssl_rsa.o: ../include/openssl/asn1.h ../include/openssl/bio.h
|
ssl_rsa.o: ../include/openssl/asn1.h ../include/openssl/bio.h
|
||||||
ssl_rsa.o: ../include/openssl/blowfish.h ../include/openssl/bn.h
|
ssl_rsa.o: ../include/openssl/blowfish.h ../include/openssl/bn.h
|
||||||
ssl_rsa.o: ../include/openssl/buffer.h ../include/openssl/cast.h
|
ssl_rsa.o: ../include/openssl/buffer.h ../include/openssl/cast.h
|
||||||
|
|||||||
@@ -1213,7 +1213,6 @@ int SSL_COMP_add_compression_method(int id,char *cm);
|
|||||||
/* The following lines are auto generated by the script mkerr.pl. Any changes
|
/* The following lines are auto generated by the script mkerr.pl. Any changes
|
||||||
* made after this point may be overwritten when the script is next run.
|
* made after this point may be overwritten when the script is next run.
|
||||||
*/
|
*/
|
||||||
void ERR_load_SSL_strings(void);
|
|
||||||
|
|
||||||
/* Error codes for the SSL functions. */
|
/* Error codes for the SSL functions. */
|
||||||
|
|
||||||
@@ -1571,3 +1570,4 @@ void ERR_load_SSL_strings(void);
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -197,7 +197,7 @@ DH_generate_parameters 204 EXIST::FUNCTION:DH
|
|||||||
DH_new 205 EXIST::FUNCTION:DH
|
DH_new 205 EXIST::FUNCTION:DH
|
||||||
DH_size 206 EXIST::FUNCTION:DH
|
DH_size 206 EXIST::FUNCTION:DH
|
||||||
DHparams_print 207 EXIST::FUNCTION:DH
|
DHparams_print 207 EXIST::FUNCTION:DH
|
||||||
DHparams_print_fp 208 EXIST::FUNCTION:DH,FP_API
|
DHparams_print_fp 208 EXIST::FUNCTION:FP_API,DH
|
||||||
DSA_free 209 EXIST::FUNCTION:DSA
|
DSA_free 209 EXIST::FUNCTION:DSA
|
||||||
DSA_generate_key 210 EXIST::FUNCTION:DSA
|
DSA_generate_key 210 EXIST::FUNCTION:DSA
|
||||||
DSA_generate_parameters 211 EXIST::FUNCTION:DSA
|
DSA_generate_parameters 211 EXIST::FUNCTION:DSA
|
||||||
@@ -301,8 +301,8 @@ EVP_des_ede_cfb 308 EXIST::FUNCTION:DES
|
|||||||
EVP_des_ede_ofb 309 EXIST::FUNCTION:DES
|
EVP_des_ede_ofb 309 EXIST::FUNCTION:DES
|
||||||
EVP_des_ofb 310 EXIST::FUNCTION:DES
|
EVP_des_ofb 310 EXIST::FUNCTION:DES
|
||||||
EVP_desx_cbc 311 EXIST::FUNCTION:DES
|
EVP_desx_cbc 311 EXIST::FUNCTION:DES
|
||||||
EVP_dss 312 EXIST::FUNCTION:DSA,SHA
|
EVP_dss 312 EXIST::FUNCTION:SHA,DSA
|
||||||
EVP_dss1 313 EXIST::FUNCTION:DSA,SHA
|
EVP_dss1 313 EXIST::FUNCTION:SHA,DSA
|
||||||
EVP_enc_null 314 EXIST::FUNCTION:
|
EVP_enc_null 314 EXIST::FUNCTION:
|
||||||
EVP_get_cipherbyname 315 EXIST::FUNCTION:
|
EVP_get_cipherbyname 315 EXIST::FUNCTION:
|
||||||
EVP_get_digestbyname 316 EXIST::FUNCTION:
|
EVP_get_digestbyname 316 EXIST::FUNCTION:
|
||||||
@@ -478,7 +478,7 @@ RSA_generate_key 485 EXIST::FUNCTION:RSA
|
|||||||
RSA_new 486 EXIST::FUNCTION:RSA
|
RSA_new 486 EXIST::FUNCTION:RSA
|
||||||
RSA_new_method 487 EXIST::FUNCTION:RSA
|
RSA_new_method 487 EXIST::FUNCTION:RSA
|
||||||
RSA_print 488 EXIST::FUNCTION:RSA
|
RSA_print 488 EXIST::FUNCTION:RSA
|
||||||
RSA_print_fp 489 EXIST::FUNCTION:RSA,FP_API
|
RSA_print_fp 489 EXIST::FUNCTION:FP_API,RSA
|
||||||
RSA_private_decrypt 490 EXIST::FUNCTION:RSA
|
RSA_private_decrypt 490 EXIST::FUNCTION:RSA
|
||||||
RSA_private_encrypt 491 EXIST::FUNCTION:RSA
|
RSA_private_encrypt 491 EXIST::FUNCTION:RSA
|
||||||
RSA_public_decrypt 492 EXIST::FUNCTION:RSA
|
RSA_public_decrypt 492 EXIST::FUNCTION:RSA
|
||||||
@@ -742,7 +742,7 @@ d2i_PrivateKey 748 EXIST::FUNCTION:
|
|||||||
d2i_PublicKey 749 EXIST::FUNCTION:
|
d2i_PublicKey 749 EXIST::FUNCTION:
|
||||||
d2i_RSAPrivateKey 750 EXIST::FUNCTION:RSA
|
d2i_RSAPrivateKey 750 EXIST::FUNCTION:RSA
|
||||||
d2i_RSAPrivateKey_bio 751 EXIST::FUNCTION:RSA
|
d2i_RSAPrivateKey_bio 751 EXIST::FUNCTION:RSA
|
||||||
d2i_RSAPrivateKey_fp 752 EXIST::FUNCTION:RSA,FP_API
|
d2i_RSAPrivateKey_fp 752 EXIST::FUNCTION:FP_API,RSA
|
||||||
d2i_RSAPublicKey 753 EXIST::FUNCTION:RSA
|
d2i_RSAPublicKey 753 EXIST::FUNCTION:RSA
|
||||||
d2i_X509 754 EXIST::FUNCTION:
|
d2i_X509 754 EXIST::FUNCTION:
|
||||||
d2i_X509_ALGOR 755 EXIST::FUNCTION:
|
d2i_X509_ALGOR 755 EXIST::FUNCTION:
|
||||||
@@ -844,7 +844,7 @@ i2d_PrivateKey 851 EXIST::FUNCTION:
|
|||||||
i2d_PublicKey 852 EXIST::FUNCTION:
|
i2d_PublicKey 852 EXIST::FUNCTION:
|
||||||
i2d_RSAPrivateKey 853 EXIST::FUNCTION:RSA
|
i2d_RSAPrivateKey 853 EXIST::FUNCTION:RSA
|
||||||
i2d_RSAPrivateKey_bio 854 EXIST::FUNCTION:RSA
|
i2d_RSAPrivateKey_bio 854 EXIST::FUNCTION:RSA
|
||||||
i2d_RSAPrivateKey_fp 855 EXIST::FUNCTION:RSA,FP_API
|
i2d_RSAPrivateKey_fp 855 EXIST::FUNCTION:FP_API,RSA
|
||||||
i2d_RSAPublicKey 856 EXIST::FUNCTION:RSA
|
i2d_RSAPublicKey 856 EXIST::FUNCTION:RSA
|
||||||
i2d_X509 857 EXIST::FUNCTION:
|
i2d_X509 857 EXIST::FUNCTION:
|
||||||
i2d_X509_ALGOR 858 EXIST::FUNCTION:
|
i2d_X509_ALGOR 858 EXIST::FUNCTION:
|
||||||
@@ -933,8 +933,8 @@ d2i_RSAPublicKey_bio 945 EXIST::FUNCTION:RSA
|
|||||||
i2d_RSAPublicKey_bio 946 EXIST::FUNCTION:RSA
|
i2d_RSAPublicKey_bio 946 EXIST::FUNCTION:RSA
|
||||||
PEM_read_RSAPublicKey 947 EXIST:!WIN16:FUNCTION:RSA
|
PEM_read_RSAPublicKey 947 EXIST:!WIN16:FUNCTION:RSA
|
||||||
PEM_write_RSAPublicKey 949 EXIST:!WIN16:FUNCTION:RSA
|
PEM_write_RSAPublicKey 949 EXIST:!WIN16:FUNCTION:RSA
|
||||||
d2i_RSAPublicKey_fp 952 EXIST::FUNCTION:RSA,FP_API
|
d2i_RSAPublicKey_fp 952 EXIST::FUNCTION:FP_API,RSA
|
||||||
i2d_RSAPublicKey_fp 954 EXIST::FUNCTION:RSA,FP_API
|
i2d_RSAPublicKey_fp 954 EXIST::FUNCTION:FP_API,RSA
|
||||||
BIO_copy_next_retry 955 EXIST::FUNCTION:
|
BIO_copy_next_retry 955 EXIST::FUNCTION:
|
||||||
RSA_flags 956 EXIST::FUNCTION:RSA
|
RSA_flags 956 EXIST::FUNCTION:RSA
|
||||||
X509_STORE_add_crl 957 EXIST::FUNCTION:
|
X509_STORE_add_crl 957 EXIST::FUNCTION:
|
||||||
@@ -1212,7 +1212,7 @@ name_cmp 1239 EXIST::FUNCTION:
|
|||||||
str_dup 1240 NOEXIST::FUNCTION:
|
str_dup 1240 NOEXIST::FUNCTION:
|
||||||
i2s_ASN1_ENUMERATED 1241 EXIST::FUNCTION:
|
i2s_ASN1_ENUMERATED 1241 EXIST::FUNCTION:
|
||||||
i2s_ASN1_ENUMERATED_TABLE 1242 EXIST::FUNCTION:
|
i2s_ASN1_ENUMERATED_TABLE 1242 EXIST::FUNCTION:
|
||||||
BIO_s_log 1243 EXIST:!WIN32,!WIN16,!macintosh:FUNCTION:
|
BIO_s_log 1243 EXIST:!WIN16,!WIN32,!macintosh:FUNCTION:
|
||||||
BIO_f_reliable 1244 EXIST::FUNCTION:
|
BIO_f_reliable 1244 EXIST::FUNCTION:
|
||||||
PKCS7_dataFinal 1245 EXIST::FUNCTION:
|
PKCS7_dataFinal 1245 EXIST::FUNCTION:
|
||||||
PKCS7_dataDecode 1246 EXIST::FUNCTION:
|
PKCS7_dataDecode 1246 EXIST::FUNCTION:
|
||||||
@@ -1535,7 +1535,7 @@ ASN1_STRING_set_default_mask_asc 1960 EXIST:!VMS:FUNCTION:
|
|||||||
ASN1_STRING_set_def_mask_asc 1960 EXIST:VMS:FUNCTION:
|
ASN1_STRING_set_def_mask_asc 1960 EXIST:VMS:FUNCTION:
|
||||||
PEM_write_bio_RSA_PUBKEY 1961 EXIST::FUNCTION:RSA
|
PEM_write_bio_RSA_PUBKEY 1961 EXIST::FUNCTION:RSA
|
||||||
ASN1_INTEGER_cmp 1963 EXIST::FUNCTION:
|
ASN1_INTEGER_cmp 1963 EXIST::FUNCTION:
|
||||||
d2i_RSA_PUBKEY_fp 1964 EXIST::FUNCTION:RSA,FP_API
|
d2i_RSA_PUBKEY_fp 1964 EXIST::FUNCTION:FP_API,RSA
|
||||||
X509_trust_set_bit_asc 1967 NOEXIST::FUNCTION:
|
X509_trust_set_bit_asc 1967 NOEXIST::FUNCTION:
|
||||||
PEM_write_bio_DSA_PUBKEY 1968 EXIST::FUNCTION:
|
PEM_write_bio_DSA_PUBKEY 1968 EXIST::FUNCTION:
|
||||||
X509_STORE_CTX_free 1969 EXIST::FUNCTION:
|
X509_STORE_CTX_free 1969 EXIST::FUNCTION:
|
||||||
@@ -1638,7 +1638,7 @@ ASN1_BIT_STRING_set 2109 EXIST::FUNCTION:
|
|||||||
X509_TRUST_get_count 2110 EXIST::FUNCTION:
|
X509_TRUST_get_count 2110 EXIST::FUNCTION:
|
||||||
ASN1_INTEGER_free 2111 EXIST::FUNCTION:
|
ASN1_INTEGER_free 2111 EXIST::FUNCTION:
|
||||||
OTHERNAME_free 2112 EXIST::FUNCTION:
|
OTHERNAME_free 2112 EXIST::FUNCTION:
|
||||||
i2d_RSA_PUBKEY_fp 2113 EXIST::FUNCTION:RSA,FP_API
|
i2d_RSA_PUBKEY_fp 2113 EXIST::FUNCTION:FP_API,RSA
|
||||||
ASN1_INTEGER_dup 2114 EXIST::FUNCTION:
|
ASN1_INTEGER_dup 2114 EXIST::FUNCTION:
|
||||||
d2i_X509_CERT_AUX 2115 EXIST::FUNCTION:
|
d2i_X509_CERT_AUX 2115 EXIST::FUNCTION:
|
||||||
PEM_write_bio_PUBKEY 2117 EXIST::FUNCTION:
|
PEM_write_bio_PUBKEY 2117 EXIST::FUNCTION:
|
||||||
|
|||||||
@@ -53,6 +53,7 @@ while(<IN>)
|
|||||||
{
|
{
|
||||||
if(/^L\s+(\S+)\s+(\S+)\s+(\S+)/) {
|
if(/^L\s+(\S+)\s+(\S+)\s+(\S+)/) {
|
||||||
$hinc{$1} = $2;
|
$hinc{$1} = $2;
|
||||||
|
$libinc{$2} = $1;
|
||||||
$cskip{$3} = $1;
|
$cskip{$3} = $1;
|
||||||
if($3 ne "NONE") {
|
if($3 ne "NONE") {
|
||||||
$csrc{$1} = $3;
|
$csrc{$1} = $3;
|
||||||
@@ -74,7 +75,7 @@ close IN;
|
|||||||
# Scan each header file in turn and make a list of error codes
|
# Scan each header file in turn and make a list of error codes
|
||||||
# and function names
|
# and function names
|
||||||
|
|
||||||
while (($lib, $hdr) = each %hinc)
|
while (($hdr, $lib) = each %libinc)
|
||||||
{
|
{
|
||||||
next if($hdr eq "NONE");
|
next if($hdr eq "NONE");
|
||||||
print STDERR "Scanning header file $hdr\n" if $debug;
|
print STDERR "Scanning header file $hdr\n" if $debug;
|
||||||
@@ -257,6 +258,7 @@ foreach $lib (keys %csrc)
|
|||||||
/* The following lines are auto generated by the script mkerr.pl. Any changes
|
/* The following lines are auto generated by the script mkerr.pl. Any changes
|
||||||
* made after this point may be overwritten when the script is next run.
|
* made after this point may be overwritten when the script is next run.
|
||||||
*/
|
*/
|
||||||
|
void ERR_load_${lib}_strings(void);
|
||||||
|
|
||||||
/* Error codes for the $lib functions. */
|
/* Error codes for the $lib functions. */
|
||||||
|
|
||||||
@@ -288,7 +290,6 @@ EOF
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
close OUT;
|
close OUT;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user