diff options
author | Brent Cook <busterb@gmail.com> | 2023-02-15 07:56:44 -0600 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2023-02-15 07:56:44 -0600 |
commit | 3c7747fd8bcaaf2eb2f901c34d573bae52fea0c5 (patch) | |
tree | 99051bae4bb93a8e36f9560dc39f0b85d52b3f6f /.gitignore | |
parent | 20fb2bdb1197008f46c080b8539084c69b7a8c92 (diff) | |
download | portable-3c7747fd8bcaaf2eb2f901c34d573bae52fea0c5.tar.gz portable-3c7747fd8bcaaf2eb2f901c34d573bae52fea0c5.tar.bz2 portable-3c7747fd8bcaaf2eb2f901c34d573bae52fea0c5.zip |
generate opensslconf.h based on host cpu architecture
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -145,6 +145,7 @@ stamp-h1 | |||
145 | stamp-h2 | 145 | stamp-h2 |
146 | 146 | ||
147 | include/openssl/Makefile.am | 147 | include/openssl/Makefile.am |
148 | include/arch | ||
148 | 149 | ||
149 | VERSION | 150 | VERSION |
150 | crypto/VERSION | 151 | crypto/VERSION |
@@ -152,6 +153,7 @@ ssl/VERSION | |||
152 | tls/VERSION | 153 | tls/VERSION |
153 | libtls-standalone/VERSION | 154 | libtls-standalone/VERSION |
154 | 155 | ||
156 | ssl/hidden | ||
155 | ssl/*.c | 157 | ssl/*.c |
156 | ssl/*.h | 158 | ssl/*.h |
157 | tls/*.c | 159 | tls/*.c |