debian-forge-composer/internal/crypt
Ondřej Budai 189b2b4547 crypt: fix gcc warning
Newer gcc doesn't really like strncpy producing following warnings:
warning: ‘strncpy’ specified bound depends on the length of the source argument

I switched the function to the plain old strcpy as strncpy is not necessary anyway
because we allocate the destination buffer using size returned from strlen.
2019-10-31 21:46:39 +01:00
..
crypt_impl.go crypt: fix gcc warning 2019-10-31 21:46:39 +01:00