diff options
| author | tb <> | 2016-08-07 03:27:21 +0000 |
|---|---|---|
| committer | tb <> | 2016-08-07 03:27:21 +0000 |
| commit | 45a99457661a695d9e6070e26d9383b3a955a536 (patch) | |
| tree | 30b21a6dfe019206675ff49185229624b442b7dd /src/lib/libcrypto/crypto/getentropy_aix.c | |
| parent | eddbbea455d49711cb896d4dde20250e7893645c (diff) | |
| download | openbsd-45a99457661a695d9e6070e26d9383b3a955a536.tar.gz openbsd-45a99457661a695d9e6070e26d9383b3a955a536.tar.bz2 openbsd-45a99457661a695d9e6070e26d9383b3a955a536.zip | |
Update the link for the getentropy(2) manual to man.openbsd.org/
ok deraadt@
Diffstat (limited to 'src/lib/libcrypto/crypto/getentropy_aix.c')
| -rw-r--r-- | src/lib/libcrypto/crypto/getentropy_aix.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/crypto/getentropy_aix.c b/src/lib/libcrypto/crypto/getentropy_aix.c index 0616bfde56..ff48ae7071 100644 --- a/src/lib/libcrypto/crypto/getentropy_aix.c +++ b/src/lib/libcrypto/crypto/getentropy_aix.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: getentropy_aix.c,v 1.4 2015/09/11 11:52:55 deraadt Exp $ */ | 1 | /* $OpenBSD: getentropy_aix.c,v 1.5 2016/08/07 03:27:21 tb Exp $ */ |
| 2 | 2 | ||
| 3 | /* | 3 | /* |
| 4 | * Copyright (c) 2015 Michael Felt <aixtools@gmail.com> | 4 | * Copyright (c) 2015 Michael Felt <aixtools@gmail.com> |
| @@ -18,7 +18,7 @@ | |||
| 18 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 18 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 19 | * | 19 | * |
| 20 | * Emulation of getentropy(2) as documented at: | 20 | * Emulation of getentropy(2) as documented at: |
| 21 | * http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man2/getentropy.2 | 21 | * http://man.openbsd.org/getentropy.2 |
| 22 | */ | 22 | */ |
| 23 | /* | 23 | /* |
| 24 | * -lperfstat is needed for the psuedo entropy data | 24 | * -lperfstat is needed for the psuedo entropy data |
