summaryrefslogtreecommitdiffstats
path: root/include/crypto
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-06-18 19:46:16 +1000
committerPauli <pauli@openssl.org>2021-06-19 15:54:06 +1000
commit43c02d9ce267fce7111e67d35f1f5733755f36cf (patch)
tree914969660c3ccafd9773d1a8c2277123cd0f04b9 /include/crypto
parentd05bfc12541c95fb41a560cb813255c6aafdb2d7 (diff)
punycode: fix indentation
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15824)
Diffstat (limited to 'include/crypto')
-rw-r--r--include/crypto/punycode.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/crypto/punycode.h b/include/crypto/punycode.h
index a8f128daad..133826d87e 100644
--- a/include/crypto/punycode.h
+++ b/include/crypto/punycode.h
@@ -12,10 +12,10 @@
# pragma once
int ossl_punycode_decode (
- const char *pEncoded,
- const size_t enc_len,
- unsigned int *pDecoded,
- unsigned int *pout_length
+ const char *pEncoded,
+ const size_t enc_len,
+ unsigned int *pDecoded,
+ unsigned int *pout_length
);
int ossl_a2ulabel(const char *in, char *out, size_t *outlen);