aboutsummaryrefslogtreecommitdiff
path: root/crypto.h
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2016-09-21 13:50:20 +0200
committerMarkus Teich <markus.teich@stusta.mhn.de>2016-09-21 13:50:20 +0200
commitb31da162a85e993e8bb4287db9b5d8bc6ef2e53f (patch)
treefca58833e5fd19b750ad1aa165661f0bc5200d1b /crypto.h
parent658cb968460233a04e77d37558275a894e9d345c (diff)
coding style fixes
Diffstat (limited to 'crypto.h')
-rw-r--r--crypto.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/crypto.h b/crypto.h
index 16aa536..e9338f4 100644
--- a/crypto.h
+++ b/crypto.h
@@ -176,14 +176,14 @@ typedef void
typedef int
(*MsgIn)(struct BRANDT_Auction *ad,
- const unsigned char *buf,
- size_t buflen,
- uint16_t sender);
+ const unsigned char *buf,
+ size_t buflen,
+ uint16_t sender);
typedef unsigned char *
(*MsgOut)(struct BRANDT_Auction *ad,
- size_t *buflen);
+ size_t *buflen);
/**
@@ -317,9 +317,9 @@ static const MsgOut handler_out[auction_last][outcome_last][msg_last] = {
* of 0 means a private outcome, while a value of 1 means public outcome.
*/
static const Result handler_res[auction_last][outcome_last] = {
- [auction_firstPrice] = {
+ [auction_firstPrice] = {
[outcome_private] = &fp_priv_determine_outcome,
- [outcome_public] = &fp_pub_determine_outcome,
+ [outcome_public] = &fp_pub_determine_outcome,
},
// [auction_mPlusFirstPrice] = {
// [outcome_private] = ,