Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ambrop72/badvpn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorambrop7 <ambrop7@1a93d707-3861-5ebc-ad3b-9740d49b5140>2012-08-14 04:02:07 +0400
committerambrop7 <ambrop7@1a93d707-3861-5ebc-ad3b-9740d49b5140>2012-08-14 04:02:07 +0400
commit3f603f0918e5fa3166fda12c8febde4d87fbd2cb (patch)
tree193cd9a156cca11d27697baaa45adc3f90eaca07 /security
parent6f44d6ee7b3155a0697190441af0133878999c58 (diff)
remove some unused variables and labels
Diffstat (limited to 'security')
-rw-r--r--security/BEncryption.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/BEncryption.c b/security/BEncryption.c
index a0808d2..086702a 100644
--- a/security/BEncryption.c
+++ b/security/BEncryption.c
@@ -144,7 +144,9 @@ fail1:
;
}
+ #ifdef BADVPN_USE_CRYPTODEV
success:
+ #endif
// init debug object
DebugObject_Init(&enc->d_obj);
}