kokke / tiny-ECDH-c

Small portable Elliptic-Curve Diffie-Hellman in C
The Unlicense
254 stars 64 forks source link

error #16

Closed sevgicorumlu closed 5 years ago

sevgicorumlu commented 5 years ago

/tmp/cc6EXGlG.o: In function `ecdh_demo':

ecdh_example.c:(.text+0x150): undefined reference to ecdh_generate_keys' ecdh_example.c:(.text+0x1ad): undefined reference toecdh_generate_keys' ecdh_example.c:(.text+0x1ea): undefined reference to ecdh_shared_secret' ecdh_example.c:(.text+0x227): undefined reference toecdh_shared_secret'

/tmp/cc6EXGlG.o: In function `ecdsa_broken':

ecdh_example.c:(.text+0x337): undefined reference to ecdh_generate_keys' ecdh_example.c:(.text+0x358): undefined reference toecdsa_sign' ecdh_example.c:(.text+0x372): undefined reference to `ecdsa_verify' collect2: error: ld returned 1 exit status

sevgicorumlu commented 5 years ago

/tmp/cc6EXGlG.o: In function ecdh_demo': ecdh_example.c:(.text+0x150): undefined reference toecdh_generate_keys' ecdh_example.c:(.text+0x1ad): undefined reference to ecdh_generate_keys' ecdh_example.c:(.text+0x1ea): undefined reference toecdh_shared_secret' ecdh_example.c:(.text+0x227): undefined reference to ecdh_shared_secret' /tmp/cc6EXGlG.o: In functionecdsa_broken': ecdh_example.c:(.text+0x337): undefined reference to ecdh_generate_keys' ecdh_example.c:(.text+0x358): undefined reference toecdsa_sign' ecdh_example.c:(.text+0x372): undefined reference to `ecdsa_verify' collect2: error: ld returned 1 exit status