Skip to content

Commit

Permalink
ispell.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulf Möller committed Sep 20, 2000
1 parent 18edda0 commit 7cae5f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FAQ
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ installing the SUNski package from Sun patch 105710-01 (Sparc) which
adds a /dev/random device and make sure it gets used, usually through
$RANDFILE. There are probably similar patches for the other Solaris
versions. However, be warned that /dev/random is usually a blocking
device, which may have som effects on OpenSSL.
device, which may have some effects on OpenSSL.


* Why does the linker complain about undefined symbols?
Expand Down Expand Up @@ -194,7 +194,7 @@ unsigned char *buf, *p;
int len;

len = i2d_PKCS7(p7, NULL);
buf = OPENSSL_Malloc(len); /* or Malloc, error checking omitted */
buf = OPENSSL_malloc(len); /* or Malloc, error checking omitted */
p = buf;
i2d_PKCS7(p7, &p);

Expand Down

0 comments on commit 7cae5f9

Please sign in to comment.