projects
/
platform
/
core
/
security
/
yaca.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f13f463
)
Add clarification comment for key_import
93/231893/7
author
Lukasz Pawelczyk
<l.pawelczyk@samsung.com>
Fri, 24 Apr 2020 15:58:44 +0000
(17:58 +0200)
committer
Lukasz Pawelczyk
<l.pawelczyk@samsung.com>
Fri, 26 Jun 2020 15:36:20 +0000
(17:36 +0200)
Change-Id: I37f43f15692c596fdfac91ef8f37bccac9bbf3c8
src/key.c
patch
|
blob
|
history
diff --git
a/src/key.c
b/src/key.c
index 3acdb11ff3d2c74fa9dd909946a7e1f74a4bbe63..c37f8260be28b79f472dc55927423df592bf138a 100644
(file)
--- a/
src/key.c
+++ b/
src/key.c
@@
-582,6
+582,7
@@
static int import_evp(yaca_key_h *key,
ret = YACA_ERROR_INTERNAL;
goto exit;
}
+ /* The imported key ID is of an YACA unsupported type */
if (ret != YACA_ERROR_NONE)
goto exit;