diff options
author | markus <> | 2002-09-03 21:53:39 +0000 |
---|---|---|
committer | markus <> | 2002-09-03 21:53:39 +0000 |
commit | e4fd57152b3c9ab190f2b7a12404e78bdbbefb77 (patch) | |
tree | a8d49e1d6d3824b34dbdf22b90db265f867fa16a /src/lib/libcrypto/des | |
parent | 807f310b065312b137e9eb85536bc668e67ee7b9 (diff) | |
download | openbsd-e4fd57152b3c9ab190f2b7a12404e78bdbbefb77.tar.gz openbsd-e4fd57152b3c9ab190f2b7a12404e78bdbbefb77.tar.bz2 openbsd-e4fd57152b3c9ab190f2b7a12404e78bdbbefb77.zip |
remove whitespace changes (keep diffs to 0.9.7-beta1 minimal)
Diffstat (limited to 'src/lib/libcrypto/des')
-rw-r--r-- | src/lib/libcrypto/des/fcrypt.c | 2 | ||||
-rw-r--r-- | src/lib/libcrypto/des/read_pwd.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/des/fcrypt.c b/src/lib/libcrypto/des/fcrypt.c index d3d27de9f7..387d97f28d 100644 --- a/src/lib/libcrypto/des/fcrypt.c +++ b/src/lib/libcrypto/des/fcrypt.c | |||
@@ -91,7 +91,6 @@ char *DES_crypt(const char *buf, const char *salt) | |||
91 | } | 91 | } |
92 | 92 | ||
93 | 93 | ||
94 | |||
95 | char *DES_fcrypt(const char *buf, const char *salt, char *ret) | 94 | char *DES_fcrypt(const char *buf, const char *salt, char *ret) |
96 | { | 95 | { |
97 | unsigned int i,j,x,y; | 96 | unsigned int i,j,x,y; |
@@ -163,3 +162,4 @@ r=(r+7)/8; | |||
163 | ret[13]='\0'; | 162 | ret[13]='\0'; |
164 | return(ret); | 163 | return(ret); |
165 | } | 164 | } |
165 | |||
diff --git a/src/lib/libcrypto/des/read_pwd.c b/src/lib/libcrypto/des/read_pwd.c index ae9aef620b..54e0e2e6b6 100644 --- a/src/lib/libcrypto/des/read_pwd.c +++ b/src/lib/libcrypto/des/read_pwd.c | |||
@@ -207,7 +207,7 @@ static int noecho_fgets(char *buf, int size, FILE *tty); | |||
207 | #ifdef SIGACTION | 207 | #ifdef SIGACTION |
208 | static struct sigaction savsig[NX509_SIG]; | 208 | static struct sigaction savsig[NX509_SIG]; |
209 | #else | 209 | #else |
210 | static void (*savsig[NX509_SIG])(int ); | 210 | static void (*savsig[NX509_SIG])(int ); |
211 | #endif | 211 | #endif |
212 | static jmp_buf save; | 212 | static jmp_buf save; |
213 | 213 | ||