projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3b6720
)
Typo, setting the first element of nids[] to NULL instead of setting
author
Richard Levitte
<levitte@openssl.org>
Tue, 15 Jun 2004 11:45:42 +0000
(11:45 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 15 Jun 2004 11:45:42 +0000
(11:45 +0000)
*cnids.
crypto/engine/eng_cryptodev.c
patch
|
blob
|
history
diff --git
a/crypto/engine/eng_cryptodev.c
b/crypto/engine/eng_cryptodev.c
index 51197d1e018cfeb4c2b3b1e5c0e8e26369b7f2a1..ab38cd52f09708d979b91a9182e1ef6d34f7bfd9 100644
(file)
--- a/
crypto/engine/eng_cryptodev.c
+++ b/
crypto/engine/eng_cryptodev.c
@@
-260,7
+260,7
@@
get_cryptodev_ciphers(const int **cnids)
int fd, i, count = 0;
if ((fd = get_dev_crypto()) < 0) {
- *nids = NULL;
+ *
c
nids = NULL;
return (0);
}
memset(&sess, 0, sizeof(sess));
@@
-299,7
+299,7
@@
get_cryptodev_digests(const int **cnids)
int fd, i, count = 0;
if ((fd = get_dev_crypto()) < 0) {
- *nids = NULL;
+ *
c
nids = NULL;
return (0);
}
memset(&sess, 0, sizeof(sess));