From 72fc522bbf046139687d1fb6b8854624e489853a Mon Sep 17 00:00:00 2001 From: Jae Kwon Date: Mon, 19 Jan 2015 15:33:49 -0800 Subject: [PATCH] Removing openssl, not required --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index f84d2e11c..774f798ca 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,6 @@ This project is a reference implementation of the protocol. [Go](http://golang.org) 1.2 or newer. -OpenSSL header files. `sudo apt-get install libssl-dev` on Debian/Ubuntu - -//TODO OpenSSL header files for other platforms - - ###Setting up Golang [Install Go for your platform](https://golang.org/doc/install)