Hello World
Well, we did it. We have an OpenSSL team blog.
Powered by Octopress. Take a bit of doing to get it running.
Whew.
#include <stdio.h>
int
main(int ac, char *av[])
{
printf("Hello, world\n");
return 0;
}
Well, we did it. We have an OpenSSL team blog.
Powered by Octopress. Take a bit of doing to get it running.
Whew.
#include <stdio.h>
int
main(int ac, char *av[])
{
printf("Hello, world\n");
return 0;
}