Home | History | Annotate | Download | only in OpensslLib
      1 #!/bin/sh
      2 
      3 cd openssl-1.0.2j
      4 cp ../opensslconf.h           crypto
      5 mkdir -p                      include/openssl
      6 cp e_os2.h                    include/openssl
      7 cp crypto/crypto.h            include/openssl
      8 cp crypto/opensslv.h          include/openssl
      9 cp crypto/opensslconf.h       include/openssl
     10 cp crypto/ebcdic.h            include/openssl
     11 cp crypto/symhacks.h          include/openssl
     12 cp crypto/ossl_typ.h          include/openssl
     13 cp crypto/o_dir.h             include
     14 cp crypto/objects/objects.h   include/openssl
     15 cp crypto/objects/obj_mac.h   include/openssl
     16 cp crypto/md4/md4.h           include/openssl
     17 cp crypto/md5/md5.h           include/openssl
     18 cp crypto/sha/sha.h           include/openssl
     19 cp crypto/mdc2/mdc2.h         include/openssl
     20 cp crypto/hmac/hmac.h         include/openssl
     21 cp crypto/ripemd/ripemd.h     include/openssl
     22 cp crypto/whrlpool/whrlpool.h include/openssl
     23 cp crypto/des/des.h           include/openssl
     24 cp crypto/des/des_old.h       include/openssl
     25 cp crypto/aes/aes.h           include/openssl
     26 cp crypto/rc2/rc2.h           include/openssl
     27 cp crypto/rc4/rc4.h           include/openssl
     28 cp crypto/idea/idea.h         include/openssl
     29 cp crypto/bf/blowfish.h       include/openssl
     30 cp crypto/cast/cast.h         include/openssl
     31 cp crypto/camellia/camellia.h include/openssl
     32 cp crypto/seed/seed.h         include/openssl
     33 cp crypto/modes/modes.h       include/openssl
     34 cp crypto/bn/bn.h             include/openssl
     35 cp crypto/ec/ec.h             include/openssl
     36 cp crypto/rsa/rsa.h           include/openssl
     37 cp crypto/dsa/dsa.h           include/openssl
     38 cp crypto/ecdsa/ecdsa.h       include/openssl
     39 cp crypto/dh/dh.h             include/openssl
     40 cp crypto/ecdh/ecdh.h         include/openssl
     41 cp crypto/dso/dso.h           include/openssl
     42 cp crypto/engine/engine.h     include/openssl
     43 cp crypto/buffer/buffer.h     include/openssl
     44 cp crypto/bio/bio.h           include/openssl
     45 cp crypto/stack/stack.h       include/openssl
     46 cp crypto/stack/safestack.h   include/openssl
     47 cp crypto/lhash/lhash.h       include/openssl
     48 cp crypto/rand/rand.h         include/openssl
     49 cp crypto/err/err.h           include/openssl
     50 cp crypto/evp/evp.h           include/openssl
     51 cp crypto/asn1/asn1.h         include/openssl
     52 cp crypto/asn1/asn1_mac.h     include/openssl
     53 cp crypto/asn1/asn1t.h        include/openssl
     54 cp crypto/pem/pem.h           include/openssl
     55 cp crypto/pem/pem2.h          include/openssl
     56 cp crypto/x509/x509.h         include/openssl
     57 cp crypto/x509/x509_vfy.h     include/openssl
     58 cp crypto/x509v3/x509v3.h     include/openssl
     59 cp crypto/conf/conf.h         include/openssl
     60 cp crypto/conf/conf_api.h     include/openssl
     61 cp crypto/txt_db/txt_db.h     include/openssl
     62 cp crypto/pkcs7/pkcs7.h       include/openssl
     63 cp crypto/pkcs12/pkcs12.h     include/openssl
     64 cp crypto/comp/comp.h         include/openssl
     65 cp crypto/ocsp/ocsp.h         include/openssl
     66 cp crypto/ui/ui.h             include/openssl
     67 cp crypto/ui/ui_compat.h      include/openssl
     68 cp crypto/krb5/krb5_asn.h     include/openssl
     69 cp crypto/cms/cms.h           include/openssl
     70 cp crypto/pqueue/pqueue.h     include/openssl
     71 cp crypto/ts/ts.h             include/openssl
     72 cp crypto/srp/srp.h           include/openssl
     73 cp crypto/cmac/cmac.h         include/openssl
     74 cp ssl/ssl.h                  include/openssl
     75 cp ssl/ssl2.h                 include/openssl
     76 cp ssl/ssl3.h                 include/openssl
     77 cp ssl/ssl23.h                include/openssl
     78 cp ssl/tls1.h                 include/openssl
     79 cp ssl/dtls1.h                include/openssl
     80 cp ssl/kssl.h                 include/openssl
     81 cp ssl/srtp.h                 include/openssl
     82 cd ..
     83