Kl4rry / simp

🖼️ Simp is a fast and simple GPU-accelerated image manipulation program.
Apache License 2.0
307 stars 14 forks source link

(Design suggestion) Migrate from OpenSSL to Rustls #31

Closed hardBSDk closed 7 months ago

Kl4rry commented 7 months ago

There is on dependency on OpenSSL.

hardBSDk commented 7 months ago

@Kl4rry I think you wrote wrong, there's no dependency on OpenSSL?

Kl4rry commented 7 months ago

I remove OpenSSL from CI and it still builds so yes.

Kl4rry commented 7 months ago

ldd yields this:

linux-vdso.so.1 (0x00007ffda01fd000)
libdav1d.so.7 => /usr/lib/libdav1d.so.7 (0x0000781dfb428000)
libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x0000781dfb403000)
libm.so.6 => /usr/lib/libm.so.6 (0x0000781dfb317000)
libc.so.6 => /usr/lib/libc.so.6 (0x0000781dfb135000)
/lib64/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2 (0x0000781dfcf81000)