Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30575
b: refs/heads/master
c: d913ea0
h: refs/heads/master
i:
  30573: 2c5a8b8
  30571: 9ed8567
  30567: 4c7d0a3
  30559: dafb09c
v: v3
  • Loading branch information
Herbert Xu committed Jun 26, 2006
1 parent 54f8040 commit a4c9332
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c7fc05992afcf1d63d6d5fb6142c8d39094dbca9
refs/heads/master: d913ea0d6b6a48dd6eed8fc5e299b8b10e049186
2 changes: 1 addition & 1 deletion trunk/crypto/api.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ void crypto_free_tfm(struct crypto_tfm *tfm)
static inline int crypto_set_driver_name(struct crypto_alg *alg)
{
static const char suffix[] = "-generic";
char *driver_name = (char *)alg->cra_driver_name;
char *driver_name = alg->cra_driver_name;
int len;

if (*driver_name)
Expand Down
4 changes: 2 additions & 2 deletions trunk/include/linux/crypto.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ struct crypto_alg {

int cra_priority;

const char cra_name[CRYPTO_MAX_ALG_NAME];
const char cra_driver_name[CRYPTO_MAX_ALG_NAME];
char cra_name[CRYPTO_MAX_ALG_NAME];
char cra_driver_name[CRYPTO_MAX_ALG_NAME];

union {
struct cipher_alg cipher;
Expand Down

0 comments on commit a4c9332

Please sign in to comment.