Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. make
  2. gcc -g -O0 -Wall -c main.c
  3. In file included from main.c:26:
  4. ssl2.h:38: error: expected specifier-qualifier-list before ‘RC4_KEY’
  5. main.c: In function ‘info_leak’:
  6. main.c:244: error: ‘struct ssl_conn’ has no member named ‘err’
  7. main.c:246: error: ‘struct ssl_conn’ has no member named ‘err’
  8. main.c:247: error: ‘struct ssl_conn’ has no member named ‘err_buf’
  9. main.c:251: error: ‘struct ssl_conn’ has no member named ‘cipher’
  10. main.c:252: error: ‘struct ssl_conn’ has no member named ‘ciphers’
  11. main.c: In function ‘send_shellcode’:
  12. main.c:291: error: ‘struct ssl_conn’ has no member named ‘err’
  13. main.c:292: error: ‘struct ssl_conn’ has no member named ‘err_buf’
  14. main.c: In function ‘main’:
  15. main.c:474: error: ‘struct ssl_conn’ has no member named ‘ciphers’
  16. main.c:483: error: ‘struct ssl_conn’ has no member named ‘ciphers’
  17. main.c:483: error: ‘struct ssl_conn’ has no member named ‘ciphers’
  18. main.c:490: error: ‘struct ssl_conn’ has no member named ‘cipher’
  19. main.c:490: error: ‘struct ssl_conn’ has no member named ‘ciphers’
  20. make: *** [main.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement