diff options
author | Bodo Möller <bodo@openssl.org> | 1999-06-07 22:26:51 +0200 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 1999-06-07 22:26:51 +0200 |
commit | b1c4fe36258dde2950f59fec5d5f86743e495d9d (patch) | |
tree | fbb2d22a4ba3bf5b591fbe3fdba22074ca793300 /crypto/cversion.c | |
parent | Introduce "BIO pairs", which (when finished) will relay data (diff) | |
download | openssl-b1c4fe36258dde2950f59fec5d5f86743e495d9d.tar.xz openssl-b1c4fe36258dde2950f59fec5d5f86743e495d9d.zip |
Don't mix real tabs with tabs expanded as 8 spaces -- that's
a pain to read when using 4-space tabs.
Diffstat (limited to 'crypto/cversion.c')
-rw-r--r-- | crypto/cversion.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/cversion.c b/crypto/cversion.c index e4e6afa69a..959b2611b7 100644 --- a/crypto/cversion.c +++ b/crypto/cversion.c @@ -72,7 +72,7 @@ const char *SSLeay_version(int t) static char buf[sizeof(DATE)+11]; sprintf(buf,"built on: %s",DATE); - return(buf); + return(buf); #else return("built on: date not available"); #endif |