daily pastebin goal
63%
SHARE
TWEET

Untitled

a guest Jun 27th, 2012 19 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $ gcc -o code getCode.o main.o -lssl
  2. getCode.o: In function `getCode':
  3. getCode.c:(.text+0x14b): undefined reference to `EVP_MD_CTX_init'
  4. getCode.c:(.text+0x150): undefined reference to `EVP_md5'
  5. getCode.c:(.text+0x16a): undefined reference to `EVP_DigestInit_ex'
  6. getCode.c:(.text+0x1a8): undefined reference to `EVP_DigestUpdate'
  7. getCode.c:(.text+0x1c7): undefined reference to `EVP_DigestFinal_ex'
  8. getCode.c:(.text+0x1d5): undefined reference to `EVP_MD_CTX_cleanup'
  9. collect2: ld returned 1 exit status
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top