소스 검색

dsa: fix compiler warning

Steffen Jaeckel 12 년 전
부모
커밋
9203472789
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/pk/dsa/dsa_export.c

+ 0 - 1
src/pk/dsa/dsa_export.c

@@ -27,7 +27,6 @@
 */
 int dsa_export(unsigned char *out, unsigned long *outlen, int type, dsa_key *key)
 {
-   unsigned char flags[1];
    unsigned long zero=0;
    int err;