Re: [openssl-users] Return type of SSL_ctrl

2016-11-30 Thread Salz, Rich
> (Does OpenSSL support any platform in which type int is 16 bits?) No. -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Re: [openssl-users] Return type of SSL_ctrl

2016-11-30 Thread Ludwig, Mark
> From: Salz, Rich, Wednesday, November 30, 2016 9:38 AM > > > We're moving up to OpenSSL 1.0.2j from OpenSSL 0.9.8, and > > noticed that the SSL functions based on SSL_ctrl() changed from returning > > type int to returning type long. > > The "proper" answer is to not use long, but rather sized

Re: [openssl-users] Return type of SSL_ctrl

2016-11-30 Thread Salz, Rich
> We're moving up to OpenSSL 1.0.2j from OpenSSL 0.9.8, and > noticed that the SSL functions based on SSL_ctrl() changed from returning > type int to returning type long. The when and the why is probably lost to history. Doing 'git log' and looking for SSL_ctrl doesn't show anything. Oh well.