Skip to content

Commit 27ad9fc

Browse files
committed
plan9: clear auto-generatable mkfiles
1 parent 1cc7651 commit 27ad9fc

File tree

60 files changed

+0
-1091
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+0
-1091
lines changed

.gitignore

-107
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,6 @@ include/openssl/*.h
155155
/crypto/*
156156
!/crypto/Makefile.am.*
157157
!/crypto/mkfile
158-
!/crypto/compat
159-
/crypto/compat/*
160158
!/crypto/compat/arc4random.h
161159
!/crypto/compat/b_win.c
162160
!/crypto/compat/explicit_bzero_win.c
@@ -168,111 +166,6 @@ include/openssl/*.h
168166
!/crypto/compat/ui_openssl_win.c
169167
!/crypto/compat/crypto_lock_win.c
170168
!/crypto/CMakeLists.txt
171-
!/crypto/aes
172-
/crypto/aes/*
173-
!/crypto/asn1
174-
/crypto/asn1/*
175-
!/crypto/bf
176-
/crypto/bf/*
177-
!/crypto/bio
178-
/crypto/bio/*
179-
!/crypto/bn
180-
/crypto/bn/*
181-
!/crypto/buffer
182-
/crypto/buffer/*
183-
!/crypto/camellia
184-
/crypto/camellia/*
185-
!/crypto/cast
186-
/crypto/cast/*
187-
!/crypto/chacha
188-
/crypto/chacha/*
189-
!/crypto/cmac
190-
/crypto/cmac/*
191-
!/crypto/comp
192-
/crypto/comp/*
193-
!/crypto/conf
194-
/crypto/conf/*
195-
!/crypto/curve25519
196-
/crypto/curve25519/*
197-
!/crypto/des
198-
/crypto/des/*
199-
!/crypto/dh
200-
/crypto/dh/*
201-
!/crypto/dsa
202-
/crypto/dsa/*
203-
!/crypto/dso
204-
/crypto/dso/*
205-
!/crypto/ec
206-
/crypto/ec/*
207-
!/crypto/ecdh
208-
/crypto/ecdh/*
209-
!/crypto/ecdsa
210-
/crypto/ecdsa/*
211-
!/crypto/engine
212-
/crypto/engine/*
213-
!/crypto/err
214-
/crypto/err/*
215-
!/crypto/evp
216-
/crypto/evp/*
217-
!/crypto/gost
218-
/crypto/gost/*
219-
!/crypto/hkdf
220-
/crypto/hkdf/*
221-
!/crypto/hmac
222-
/crypto/hmac/*
223-
!/crypto/idea
224-
/crypto/idea/*
225-
!/crypto/lhash
226-
/crypto/lhash/*
227-
!/crypto/md4
228-
/crypto/md4/*
229-
!/crypto/md5
230-
/crypto/md5/*
231-
!/crypto/modes
232-
/crypto/modes/*
233-
!/crypto/objects
234-
/crypto/objects/*
235-
!/crypto/ocsp
236-
/crypto/ocsp/*
237-
!/crypto/pem
238-
/crypto/pem/*
239-
!/crypto/pkcs12
240-
/crypto/pkcs12/*
241-
!/crypto/pkcs7
242-
/crypto/pkcs7/*
243-
!/crypto/poly1305
244-
/crypto/poly1305/*
245-
!/crypto/rand
246-
/crypto/rand/*
247-
!/crypto/rc2
248-
/crypto/rc2/*
249-
!/crypto/rc4
250-
/crypto/rc4/*
251-
!/crypto/ripemd
252-
/crypto/ripemd/*
253-
!/crypto/rsa
254-
/crypto/rsa/*
255-
!/crypto/sha
256-
/crypto/sha/*
257-
!/crypto/sm3
258-
/crypto/sm3/*
259-
!/crypto/sm4
260-
/crypto/sm4/*
261-
!/crypto/stack
262-
/crypto/stack/*
263-
!/crypto/ts
264-
/crypto/ts/*
265-
!/crypto/txt_db
266-
/crypto/txt_db/*
267-
!/crypto/ui
268-
/crypto/ui/*
269-
!/crypto/whrlpool
270-
/crypto/whrlpool/*
271-
!/crypto/x509
272-
/crypto/x509/*
273-
!/crypto/x509v3
274-
/crypto/x509v3/*
275-
!/crypto/*/mkfile
276169

277170
!/libtls-standalone/compat/Makefile.am
278171
/libtls-standalone/include/*.h

apps/openssl/mkfile

-77
This file was deleted.

crypto/aes/mkfile

-21
This file was deleted.

crypto/asn1/mkfile

-12
This file was deleted.

crypto/bf/mkfile

-12
This file was deleted.

crypto/bio/mkfile

-32
This file was deleted.

crypto/bn/mkfile

-12
This file was deleted.

crypto/buffer/mkfile

-12
This file was deleted.

crypto/camellia/mkfile

-18
This file was deleted.

crypto/cast/mkfile

-12
This file was deleted.

crypto/chacha/mkfile

-12
This file was deleted.

crypto/cmac/mkfile

-12
This file was deleted.

crypto/comp/mkfile

-12
This file was deleted.

0 commit comments

Comments
 (0)