[openssl-users] OpenSSL library/development problems on OpenSUSE 13.2
Mark Parr
markp at e9.com
Tue Feb 9 20:55:09 UTC 2016
Thanks, Rich.
That fixed things. Obviously not familiar w/ memmove() or the memcpy() issue w/ overlapping data area.
Thanks again.
-----Original Message-----
From: openssl-users [mailto:openssl-users-bounces at openssl.org] On Behalf Of Salz, Rich
Sent: Tuesday, February 09, 2016 2:44 PM
To: openssl-users at openssl.org
Subject: Re: [openssl-users] OpenSSL library/development problems on OpenSUSE 13.2
// Generates Garbage
memcpy(encbuf, encbuf+100, enclen);
For overlapping copies you are supposed to use memmove.
--
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users
More information about the openssl-users
mailing list