8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fae2c9 commit e8734a4Copy full SHA for e8734a4
deps/openssl/README.md
@@ -75,6 +75,18 @@ little)
75
These are listed in [config/Makefile](config/Makefile).
76
Please refer [config/opensslconf_asm.h](config/opensslconf_asm.h) for details.
77
78
+To remove or add an architecture the templates need to be updated for which
79
+there are two:
80
+* include_asm.h.tmpl
81
+* include_no-asm.h.tmpl
82
+
83
+Remove the architecture in question from these files and then run:
84
+```console
85
+$ make generate-headers
86
+```
87
+Also remove the architecture from the list of supported ASM architectures in
88
+[README.md](../README.md#supported-architectures-for-use-of-asm)
89
90
### Upgrading OpenSSL
91
92
Please refer to [maintaining-openssl](../../doc/contributing/maintaining-openssl.md).
0 commit comments