Skip to content
This repository has been archived by the owner on Dec 27, 2019. It is now read-only.

extract-keys: add implementation of b64_ntop #2

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

shawnl
Copy link

@shawnl shawnl commented Jul 23, 2018

Fixes (glibc 2.27-3ubuntu1 amd64)

cc -O3 -march=native -Wall -pedantic -std=gnu11  -D_FILE_OFFSET_BITS=64 -o extract-keys -lresolv extract-keys.c
/tmp/ccOwy8hE.o: In function `print_key.part.0':
extract-keys.c:(.text+0x3b5): undefined reference to `__b64_ntop'
extract-keys.c:(.text+0x3ca): undefined reference to `__b64_ntop'
collect2: error: ld returned 1 exit status
Makefile:9: recipe for target 'extract-keys' failed
make: *** [extract-keys] Error 1

@zx2c4-bot zx2c4-bot force-pushed the master branch 7 times, most recently from a74c5fb to 4f9c782 Compare July 31, 2018 05:19
@zx2c4-bot zx2c4-bot force-pushed the master branch 23 times, most recently from 7ebafe2 to 2086e70 Compare August 2, 2018 06:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants