Skip to content

Instantly share code, notes, and snippets.

View zhangyonglei's full-sized avatar

Yonglei Zhang zhangyonglei

  • ACS
  • Beijing, China
View GitHub Profile
#include <stdio.h>
#include <string.h>
#include <openssl/rsa.h>
#include <openssl/applink.c>
void print_buf_hex( unsigned char *buf, int len )
{
int i;
for( i = 0; i < len; i++ )