This website works better with JavaScript.
Home
Help
Register
Sign In
leviathan
/
openssl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Submitted by:
master
Bodo Möller
24 years ago
parent
6d31193858
commit
7ebf7674be
2 changed files
with
7 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
demos/README
+1
-1
demos/ssl/serv.cpp
+ 6
- 0
demos/README
View File
@ -1,3 +1,9 @@
NOTE: Don't expect any of these programs to work with current
OpenSSL releases, or even with later SSLeay releases.
Original README:
=============================================================================
Some demo programs sent to me by various people
eric
+ 1
- 1
demos/ssl/serv.cpp
View File
@ -10,7 +10,7 @@
#
include
<arpa/inet.h>
#
include
<netdb.h>
#
include
"rsa.h"
/* SSLeay stuff */
#
include
<openssl/rsa.h>
/* SSLeay stuff */
#
include
<openssl/crypto.h>
#
include
<openssl/x509.h>
#
include
<openssl/pem.h>
Write
Preview
Loading…
Cancel
Save