Cathedrow / Cryptosuite

Cryptographic suite for Arduino (SHA, HMAC-SHA)
318 stars 148 forks source link

sha1 :: conflicting return type specified #7

Open perrygeorget opened 9 years ago

perrygeorget commented 9 years ago

In file included from ShowerWithFriends.ino:1: /Users/george/Documents/Arduino/libraries/Sha/sha1.h:26: error: conflicting return type specified for 'virtual void Sha1Class::write(uint8_t)' /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Print.h:48: error: overriding 'virtual size_t Print::write(uint8_t)'

A similar error happens for sha256.h

e-lin commented 9 years ago

Hi, I met the same issue here. Any solution of that?

RFKDOT commented 9 years ago

Related: http://forum.arduino.cc/index.php?topic=119848.0