BelledonneCommunications / bctoolbox

Linphone.org mirror for bctoolbox (git://git.linphone.org/bctoolbox.git)
http://linphone.org
GNU General Public License v3.0
25 stars 33 forks source link

Bugfix, did not compile #1

Closed irgsmirx closed 8 years ago

irgsmirx commented 8 years ago

Trying to compile caused the following error:

pi@raspberrypi:~/bctoolbox $ make [ 25%] Building C object src/CMakeFiles/bctoolbox.dir/crypto/mbedtls.c.o /home/pi/bctoolbox/src/crypto/mbedtls.c: In function ‘bctoolbox_x509_certificate_parse’: /home/pi/bctoolbox/src/crypto/mbedtls.c:212:9: error: ‘ret’ undeclared (first use in this function) return ret = mbedtls_x509_crt_parse((mbedtls_x509_crt )cert, (const unsigned char )buffer, buffer_length);

removed "ret =" in line 212 to fix

bagage commented 8 years ago

Indeed there was a typo, fixed yesterday. Thanks @irgsmirx!

irgsmirx commented 8 years ago

You are welcome! Thank you for providing these great pieces if software!

Cheers, Tobias

On March 18, 2016 9:58:03 AM GMT+01:00, Gautier Pelloux-Prayer notifications@github.com wrote:

Indeed there was a typo, fixed yesterday. Thanks @irgsmirx!


You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub: https://github.com/BelledonneCommunications/bctoolbox/pull/1#issuecomment-198264505

Sent from my Android phone with K-9 Mail. Please excuse my brevity.