openssl version-up and solve patent issues
[framework/security/openssl.git] / .gitignore
1 *.o
2 *.a
3 *.so
4 build-stamp
5 libcrypto.pc
6 libcrypto.so.0.9.8
7 libssl.pc
8 libssl.so.0.9.8
9 openssl.pc
10 ssl/lib
11 test/bftest
12 test/bntest
13 test/casttest
14 test/destest
15 test/dhtest
16 test/dsatest
17 test/dummytest
18 test/ecdhtest
19 test/ecdsatest
20 test/ectest
21 test/enginetest
22 test/evp_test
23 test/exptest
24 test/fips_aesavs
25 test/fips_desmovs
26 test/fips_dsatest
27 test/fips_dssvs
28 test/fips_hmactest
29 test/fips_randtest
30 test/fips_rngvs
31 test/fips_rsagtest
32 test/fips_rsastest
33 test/fips_rsavtest
34 test/fips_shatest
35 test/fips_test_suite
36 test/hmactest
37 test/ideatest
38 test/igetest
39 test/jpaketest
40 test/md2test
41 test/md4test
42 test/md5test
43 test/mdc2test
44 test/randtest
45 test/rc2test
46 test/rc4test
47 test/rc5test
48 test/rmdtest
49 test/rsa_test
50 test/sha1test
51 test/sha256t
52 test/sha512t
53 test/shatest
54 test/ssltest
55 debian/files
56 debian/*.debhelper.log
57 debian/*.substvars
58 debian/*.debhelper
59 debian/libssl-dev/
60 debian/libssl0.9.8/
61 debian/openssl/
62 debian/tmp/
63 lib
64 apps/openssl
65 crypto/buildinf.h
66 Makefile
67 apps/md4.c
68 crypto/opensslconf.h
69 include/openssl/dtls1.h
70 include/openssl/fips.h
71 include/openssl/fips_rand.h
72 include/openssl/ssl.h
73 include/openssl/ssl3.h
74 include/openssl/tls1.h
75 test/bftest.c
76 test/bntest.c
77 test/casttest.c
78 test/destest.c
79 test/dhtest.c
80 test/dsatest.c
81 test/ecdhtest.c
82 test/ecdsatest.c
83 test/ectest.c
84 test/enginetest.c
85 test/evp_test.c
86 test/exptest.c
87 test/fips_aesavs.c
88 test/fips_desmovs.c
89 test/fips_dsatest.c
90 test/fips_dssvs.c
91 test/fips_hmactest.c
92 test/fips_randtest.c
93 test/fips_rngvs.c
94 test/fips_rsagtest.c
95 test/fips_rsastest.c
96 test/fips_rsavtest.c
97 test/fips_shatest.c
98 test/fips_test_suite.c
99 test/hmactest.c
100 test/ideatest.c
101 test/md2test.c
102 test/md4test.c
103 test/md5test.c
104 test/randtest.c
105 test/rc2test.c
106 test/rc4test.c
107 test/rmdtest.c
108 test/rsa_test.c
109 test/sha1test.c
110 test/sha256t.c
111 test/sha512t.c
112 test/shatest.c
113 test/ssltest.c
114 tools/c_rehash
115