X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=error.h;h=fe44ff5c50487744881ea1d21d1007528a2ecd70;hb=refs%2Fheads%2Fpu;hp=8805c9c7a4c0de6fe958e1523df883ad47effaad;hpb=bf9b5be049c1b475beabcaab28c560b8343d9247;p=paraslash.git diff --git a/error.h b/error.h index 8805c9c7..971d3e7f 100644 --- a/error.h +++ b/error.h @@ -155,6 +155,7 @@ PARA_ERROR(OGG_PACKET_IN, "ogg_stream_packetin() failed"), \ PARA_ERROR(OGG_SYNC, "internal ogg storage overflow"), \ PARA_ERROR(OPENSSH_PARSE, "could not parse openssh private key"), \ + PARA_ERROR(OPENSSL, "openssl error"), \ PARA_ERROR(OPUS_COMMENT, "invalid or corrupted opus comment"), \ PARA_ERROR(OPUS_DECODE, "opus decode error"), \ PARA_ERROR(OPUS_HEADER, "invalid opus header"), \ @@ -162,7 +163,6 @@ PARA_ERROR(PATH_FOUND, ""), /* not really an error */ \ PARA_ERROR(PLAYLIST_EMPTY, "attempted to load empty playlist"), \ PARA_ERROR(PREBUFFER_SUCCESS, "prebuffering complete"), \ - PARA_ERROR(PRIVATE_KEY, "can not read private key"), \ PARA_ERROR(QUEUE, "packet queue overrun"), \ PARA_ERROR(READ_PATTERN, "did not read expected pattern"), \ PARA_ERROR(RECVMSG, "recvmsg() failed"), \