Tianling Shen a48d0bdb77 openssl: fix uci config for built-in engines
Built-in engine configs are added in libopenssl-conf/install stage
already, postinst/add_engine_config is just duplicating them, and
due to the lack of `config` header it results a broken uci config:

> uci: Parse error (invalid command) at line 3, byte 0

```
config engine 'devcrypto'
        option enabled '1'
engine 'devcrypto'
        option enabled '1'
        option builtin '1'
```

Add `builtin` option in libopenssl-conf/install stage and remove
duplicate engine configuration in postinst/add_engine_config to
fix this issue.

Fixes: 0b70d55a64c39d ("openssl: make UCI config aware of built-in engines")
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit a0d71934253f599f4ac651b1b3a429901049e802)
2023-06-08 15:33:14 +02:00
..
2023-05-24 19:26:24 +01:00
2022-09-06 16:36:44 +01:00
2022-09-06 16:36:45 +01:00
2023-04-22 02:35:19 +02:00
2023-05-18 10:14:13 +02:00
2023-05-18 10:14:13 +02:00
2022-07-10 19:07:47 +02:00
2023-01-13 22:02:20 +01:00
2022-09-07 04:22:40 +01:00
2023-05-24 19:26:28 +01:00
2023-04-10 13:36:26 +02:00
2023-02-26 01:12:02 +01:00
2023-05-20 21:02:18 +02:00
2022-10-02 20:22:54 +02:00
2022-10-23 18:16:22 +02:00