Draghtnod / Pidgin-GPG

GPG plugin for Pidgin
GNU General Public License v3.0
6 stars 1 forks source link

Fix compilation on MUSL systems #9

Closed winterheart closed 8 months ago

winterheart commented 9 months ago

In MUSL encrypt() is part of unistd.h, which conflicts with internal static function encrypt(). Renamed last one to fix that.

See: https://bugs.gentoo.org/831185