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:
d1672df
)
Fix comment placement
04/73304/1
author
Lukasz Pawelczyk
<l.pawelczyk@samsung.com>
Tue, 7 Jun 2016 11:15:38 +0000
(13:15 +0200)
committer
Lukasz Pawelczyk
<l.pawelczyk@samsung.com>
Tue, 7 Jun 2016 11:16:04 +0000
(13:16 +0200)
Change-Id: I559f16f3e845e3cad4ca8f12c4bbcb952f90d071
src/debug.c
patch
|
blob
|
history
diff --git
a/src/debug.c
b/src/debug.c
index
39c15de
..
5a23f83
100644
(file)
--- a/
src/debug.c
+++ b/
src/debug.c
@@
-132,8
+132,9
@@
int error_handle(const char *file, int line, const char *function)
default:
ret = YACA_ERROR_INTERNAL;
}
+ }
/* known errors */
-
}
else {
+ else {
switch (err) {
case ERR_PACK(ERR_LIB_RSA, RSA_F_PKEY_RSA_CTRL, RSA_R_INVALID_KEYBITS):
case ERR_PACK(ERR_LIB_EVP, EVP_F_EVP_PKEY_CTX_CTRL, EVP_R_COMMAND_NOT_SUPPORTED):